awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesDatabase Node Distribution

Distributing data and processing across independent nodes so the cluster can grow horizontally without a single point of contention.

Distinct from Shared-Nothing Architectures: Distinct from Shared-Nothing Architectures: applies the shared-nothing pattern specifically to database clustering for horizontal scaling.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Database Node Distribution. Refine with filters or upvote what's useful.

Awesome Database Node Distribution GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • vesoft-inc/nebulavesoft-inc 的头像

    vesoft-inc/nebula

    12,239在 GitHub 上查看↗

    Nebula is a distributed graph database designed for storing and querying massive volumes of interconnected vertices and edges across a horizontally scalable cluster. It functions as a Kubernetes-native database and a distributed graph analytics engine, utilizing a Raft-based distributed store to ensure strong consistency and high availability. The system features an OpenCypher query engine for performing complex graph traversals and pattern matching. It distinguishes itself with a decoupled compute-storage architecture and a shared-nothing distributed design, allowing query processing and dat

    Employs a shared-nothing architecture to distribute data and processing across independent nodes.

    C++big-datacppdatabase
    在 GitHub 上查看↗12,239
  • alibaba/alisqlalibaba 的头像

    alibaba/AliSQL

    5,706在 GitHub 上查看↗

    AliSQL is a fork of MySQL by Alibaba that extends the relational database management system with enhancements for high performance, scalability, and enterprise-grade availability. It retains the core MySQL identity as a SQL-based database for storing, organizing, and retrieving structured data, while adding optimizations for large-scale transactional and analytical workloads. The project differentiates itself through a set of Alibaba-specific improvements, including a columnar engine for accelerating analytical queries directly on MySQL tables, and a distributed, shared-nothing NDB Cluster en

    Distributes data and processing across independent nodes for horizontal scaling without contention.

    C++alisqldatabaseduckdb
    在 GitHub 上查看↗5,706
  1. Home
  2. Software Engineering & Architecture
  3. Shared-Nothing Architectures
  4. Database Node Distribution