awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • vesoft-inc/nebulaAvatar vesoft-inc

    vesoft-inc/nebula

    12,239Vezi pe 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
    Vezi pe GitHub↗12,239
  • alibaba/alisqlAvatar alibaba

    alibaba/AliSQL

    5,706Vezi pe 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
    Vezi pe GitHub↗5,706
  1. Home
  2. Software Engineering & Architecture
  3. Shared-Nothing Architectures
  4. Database Node Distribution