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

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

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

distributed database system

排名更新于 2026年6月30日

For 支持水平扩展的分布式数据库, the strongest matches are cockroachdb/cockroach (CockroachDB is a distributed SQL database that automatically shards), oceanbase/oceanbase (OceanBase is a distributed SQL database designed for horizontal) and snapchat/keydb (KeyDB is a distributed in-memory key-value store a NoSQL). erikgrinaker/toydb and yugabyte/yugabyte-db round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

我们为您精选了匹配 “distributed databases” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。

“支持水平扩展的分布式数据库” 的搜索结果

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

    cockroachdb/cockroach

    32,207在 GitHub 上查看↗

    Cockroach is a distributed SQL database designed to scale horizontally across multiple nodes while maintaining strict ACID compliance and global data consistency. It functions as a relational database engine that automatically partitions data into ranges, rebalancing them across a cluster to accommodate growing storage and throughput requirements. By utilizing a distributed consensus protocol, the system ensures that all nodes agree on the order of operations, providing fault tolerance and continuous availability even in the event of hardware failures. The system distinguishes itself through

    CockroachDB is a distributed SQL database that automatically shards data for horizontal scalability, maintains strict ACID consistency, supports SQL via PostgreSQL compatibility, and enables geo-distributed active-active replication with cloud-native deployment, perfectly matching the requirements for a fault-tolerant, large-scale database system.

    GoSQL Query Execution EnginesStrong Consistency GuaranteesRelational Database Compatibility
    在 GitHub 上查看↗32,207
  • oceanbase/oceanbaseoceanbase 的头像

    oceanbase/oceanbase

    9,980在 GitHub 上查看↗

    OceanBase is a distributed SQL database designed for high availability and strong consistency across multiple nodes and regions. It functions as a hybrid transactional and analytical processing engine, allowing real-time analytics and transactions to execute on a single data copy. The system also serves as a vector database engine for indexing and querying vector data to power semantic search and recommendation systems. The platform features native compatibility layers for MySQL and Oracle, enabling the migration of legacy workloads without rewriting SQL code. It utilizes a Paxos-based distri

    OceanBase is a distributed SQL database designed for horizontal scalability, strong consistency, and cloud-native deployment, with native SQL support, auto-sharding, and geo-distributed active-active replication — exactly the kind of distributed database system this search targets.

    C++Multi-Region ReplicationStrongly Consistent Data Stores
    在 GitHub 上查看↗9,980
  • snapchat/keydbSnapchat 的头像

    Snapchat/KeyDB

    12,487在 GitHub 上查看↗

    KeyDB is a multithreaded in-memory key-value store and distributed cache. It functions as a NoSQL database utilizing multi-version concurrency control to execute non-blocking queries and scans. The project is a multithreaded fork of Redis that maintains protocol compatibility while utilizing a multithreaded architecture to scale across multi-core hardware. It distinguishes itself with flash-tiered storage, allowing the system to offload data from primary RAM to SSD or flash storage to increase total capacity. The system supports high availability through active-active mesh replication and mu

    KeyDB is a distributed in-memory key-value store (a NoSQL database) that scales horizontally with multithreading and supports active-active replication, so it qualifies as a distributed database system; however, it lacks SQL support, strong consistency, and auto-sharding, making it a narrower fit for the requested features.

    C++Active-Active Database ClustersMulti-Master Replication
    在 GitHub 上查看↗12,487
  • erikgrinaker/toydberikgrinaker 的头像

    erikgrinaker/toydb

    7,251在 GitHub 上查看↗

    ToyDB is a distributed SQL database that provides a system for storing and querying data across multiple nodes. It focuses on maintaining strong consistency and fault tolerance through the implementation of a distributed consensus algorithm. The project distinguishes itself by supporting historical data versioning, enabling time-travel queries to retrieve the state of the database from a specific point in the past. It utilizes multi-version concurrency control to manage ACID transactions and ensure data integrity during concurrent operations. The system covers relational data modeling with t

    ToyDB is a distributed SQL database with strong consistency and fault tolerance, so it fits the category, but it is an experimental/learning project rather than a production-ready system, missing the auto-sharding, geo-distributed replication, and cloud-native features you would need for large-scale deployments.

    RustSQL Query Execution EnginesStrong Consistency GuaranteesSQL Query Execution
    在 GitHub 上查看↗7,251
  • yugabyte/yugabyte-dbyugabyte 的头像

    yugabyte/yugabyte-db

    10,349在 GitHub 上查看↗

    YugabyteDB is a distributed SQL database and relational data store designed for horizontal scalability and high availability across multiple nodes or regions. It functions as a cloud-native system that ensures continuous availability and supports PostgreSQL compatible query languages and drivers. The system includes specialized capabilities as a vector database for AI, utilizing high-dimensional indexing to perform similarity searches. It is engineered as a multi-region cloud database that synchronizes data across different geographic locations to maintain global availability. The project co

    YugabyteDB is a cloud-native distributed SQL database that supports horizontal scaling, strong consistency, PostgreSQL-compatible SQL, multi-region replication, and Kubernetes deployment—directly matching your search for a scalable, fault-tolerant, geo-distributed database system with active-active replication.

    CRegional Replication
    在 GitHub 上查看↗10,349
  • databendlabs/databenddatabendlabs 的头像

    databendlabs/databend

    9,351在 GitHub 上查看↗

    Databend is a cloud-native data warehouse and OLAP database designed for large-scale analytics. It functions as a SQL-compliant engine and serverless analytics platform that separates compute from storage to allow for independent scaling. The system integrates vector database capabilities, indexing high-dimensional embeddings to enable semantic, hybrid, and full-text searches across massive datasets. It further distinguishes itself through serverless compute management that automatically scales resources based on demand and shuts them down during idle periods. The platform covers a broad set

    Databend is a cloud-native distributed OLAP database with SQL support, auto-scaling, and shared-nothing architecture, fitting your intent for a scalable, fault-tolerant distributed database—though it focuses on analytics rather than transactional workloads and does not explicitly cover geo-distributed or active-active replication.

    RustCloud-Native Databases
    在 GitHub 上查看↗9,351
  • etcd-io/etcdetcd-io 的头像

    etcd-io/etcd

    51,838在 GitHub 上查看↗

    etcd is a distributed, strongly consistent key-value store designed to provide reliable storage for critical system metadata and coordination primitives. It functions as a distributed consensus engine, utilizing a replicated log and leader-based state machine to ensure that all nodes in a cluster maintain a synchronized view of data. By providing atomic operations and linearizable reads and writes, it serves as a foundational component for distributed systems requiring high availability and fault tolerance. The system distinguishes itself through its multi-version concurrency control, which e

    etcd is a strongly consistent, fault-tolerant distributed key-value store, so it fits the distributed database system category, but it lacks SQL support, auto-sharding, and active-active replication, and its typical use is for coordination metadata rather than large-scale data management.

    GoStrongly Consistent Data Stores
    在 GitHub 上查看↗51,838
  • apache/druidapache 的头像

    apache/druid

    14,020在 GitHub 上查看↗

    Apache Druid is a real-time analytics database and distributed columnar time-series store designed for sub-second analytical queries. It functions as a data platform featuring a distributed SQL query engine and a real-time data ingestion system for moving historical and streaming data from external sources. The system is distinguished by its ability to provide low-latency analytics under high concurrency to power operational dashboards. It implements a Kerberos-secured environment for user authentication and employs a shared-nothing cluster architecture to enable horizontal scaling. The plat

    Apache Druid is a horizontally scalable, fault-tolerant distributed database purpose-built for real-time analytics with SQL support, but its analytic/columnar nature means it may not meet expectations for strong consistency or general-purpose OLTP workloads.

    JavaSQL Query Execution Engines
    在 GitHub 上查看↗14,020
  • 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

    Nebula is a horizontally scalable, strongly consistent, Kubernetes-native distributed graph database that fits the search's core requirements, but it uses OpenCypher instead of SQL and lacks explicit geo-distributed and active-active replication support, making it a narrower match for a general distributed database system.

    C++Strongly Consistent Data Stores
    在 GitHub 上查看↗12,239
  • pingcap/tidbpingcap 的头像

    pingcap/tidb

    40,166在 GitHub 上查看↗

    TiDB is a horizontally scalable, distributed SQL database designed to provide consistent transactional storage and high-performance analytical processing within a single unified architecture. It utilizes a decoupled compute-storage design and a distributed key-value storage layer to ensure horizontal scalability and efficient range-based queries. By employing a consensus-based replication algorithm, the system maintains high availability and automatic failover across multiple nodes and geographical regions. The platform distinguishes itself through its hybrid transactional and analytical proc

    TiDB is a horizontally scalable, distributed SQL database that provides strong consistency, auto-sharding, and geo-distributed replication, fully matching the requirements for large-scale, fault-tolerant data management.

    GoAnalytical Query EnginesData Manipulation InterfacesDatabase Lifecycle Management
    在 GitHub 上查看↗40,166
  • apache/cassandraapache 的头像

    apache/cassandra

    9,778在 GitHub 上查看↗

    Cassandra is a distributed NoSQL database and wide-column store designed for high availability and linear scalability. It functions as a fault-tolerant distributed system that utilizes an LSM-tree storage engine to optimize write throughput and manage massive datasets. The system is a CQL-compliant database, using a structured query language to manage and retrieve tabular data stored across multiple nodes. It organizes information into rows and columns based on a flexible schema and primary keys. The project provides capabilities for horizontal database scaling, distributed data partitioning

    Apache Cassandra is a distributed NoSQL wide‑column store that delivers horizontal scalability, fault tolerance via LSM‑tree storage and tunable consistency, CQL (SQL‑like) querying, auto‑sharding, and multi‑datacenter replication — matching the core purpose and most of the listed features for large‑scale, geo‑distributed database management.

    JavaNoSQL DatabasesWide-Column StoresConsistent Hashing
    在 GitHub 上查看↗9,778
  • apple/foundationdbapple 的头像

    apple/foundationdb

    16,446在 GitHub 上查看↗

    FoundationDB is an ACID-compliant distributed transactional key-value store. It functions as a scalable database engine that ensures strict serializability and data consistency across a cluster of servers using a shared-nothing architecture. The system is distinguished by its multi-region replication capabilities, allowing data to be synchronized across different datacenters for high availability and disaster recovery. It utilizes optimistic concurrency control to manage distributed transactions and employs a majority-based coordination system to maintain cluster state. The platform provides

    FoundationDB is a distributed transactional key-value store with ACID compliance, strict serializability, and multi-region replication, making it a strong fit for horizontal scalability and fault tolerance, but it lacks native SQL support, so it meets the category while missing some listed features.

    C++Cross-Datacenter SynchronizationMulti-Region Replication
    在 GitHub 上查看↗16,446
  • rethinkdb/rethinkdbrethinkdb 的头像

    rethinkdb/rethinkdb

    26,996在 GitHub 上查看↗

    RethinkDB is a distributed, document-oriented database designed to store and manage JSON-formatted data across scalable clusters. It utilizes a custom log-structured storage engine with B-Tree indexing to ensure high-performance disk I/O and data persistence. The system maintains high availability through automatic sharding and replication, employing a primary-replica voting consensus mechanism to handle node failures and ensure consistent cluster operations. A defining characteristic of the platform is its reactive changefeed engine, which allows applications to subscribe to live data update

    RethinkDB is a distributed, document-oriented database with automatic sharding and replication, fitting the distributed database category, but it uses a custom query language (ReQL) rather than SQL, and its replication model is primary-replica, not active-active, so it only partially matches the requested features.

    C++Sharding OrchestrationHigh Availability Configurations
    在 GitHub 上查看↗26,996
  • mongodb/mongomongodb 的头像

    mongodb/mongo

    28,158在 GitHub 上查看↗

    This project is a distributed, document-oriented database system designed to store information in flexible, hierarchical structures. It supports horizontal scaling through automated sharding and maintains high availability across global clusters using a multi-node replication protocol. By executing multi-document operations as atomic units, the system ensures data integrity and consistency across distributed environments. The platform distinguishes itself by integrating advanced vector-based indexing, which enables semantic similarity searches alongside traditional geospatial and lexical quer

    MongoDB is a distributed document-oriented database with built-in auto-sharding and geo-distributed replication for horizontal scaling and high availability, but it does not offer native SQL support or active-active replication, making it a strong NoSQL fit rather than a comprehensive SQL distributed system.

    C++High Availability Configurations
    在 GitHub 上查看↗28,158
  • hazelcast/hazelcasthazelcast 的头像

    hazelcast/hazelcast

    6,570在 GitHub 上查看↗

    Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis

    Hazelcast is a distributed in-memory data grid with a SQL query engine and strong consistency, making it a solid fit for a horizontally scalable database system—though its geo-distributed and active-active replication features are enterprise-only.

    JavaRegional ReplicationStrong Consistency GuaranteesStrongly Consistent Data Stores
    在 GitHub 上查看↗6,570
  • apache/pinotapache 的头像

    apache/pinot

    6,098在 GitHub 上查看↗

    Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer

    Pinot is a distributed, horizontally scalable analytical database with SQL support and auto-sharding, but it is optimized for low-latency OLAP workloads rather than strong-consistency transactions or geo-distributed active-active replication, so it fits the general category while missing several of the specific features you listed.

    JavaSQL Query Execution
    在 GitHub 上查看↗6,098
  • valkey-io/valkeyvalkey-io 的头像

    valkey-io/valkey

    24,875在 GitHub 上查看↗

    Valkey is an in-memory, NoSQL database server designed for high-performance data storage and real-time state management. It operates as a distributed key-value store, maintaining datasets entirely within system memory to facilitate sub-millisecond response times for read and write operations. The system distinguishes itself through a single-threaded event loop that utilizes asynchronous I/O multiplexing to ensure high throughput. It supports high availability via master-replica replication and provides a decoupled communication model through a built-in publish-subscribe messaging pattern. To

    Valkey is an in-memory distributed key-value store that scales horizontally and offers fault tolerance via replication, so it fits the distributed database category but lacks the SQL support, strong consistency, and geo‑active replication features you specified.

    CIn-Memory Data StoresIn-Memory DatabasesKey-Value Stores
    在 GitHub 上查看↗24,875
  • taosdata/tdenginetaosdata 的头像

    taosdata/TDengine

    24,734在 GitHub 上查看↗

    TDengine is a distributed time-series database designed for the high-speed ingestion, compression, and retrieval of timestamped metrics and sensor data. It functions as a SQL-compatible analytics engine, allowing users to perform complex operations on massive volumes of time-ordered information using standard relational syntax. The platform is built to serve as a backend foundation for industrial IoT environments, managing real-time data streams and device metadata through a cluster-based architecture. The system distinguishes itself through a distributed sharding architecture that uses consi

    TDengine is a distributed time-series database with SQL support, auto-sharding, and cloud-native design, making it a genuine but specialized distributed database system for large-scale data management, though it lacks explicit geo-distributed replication and strong consistency guarantees.

    CAnalytics EnginesColumnar Storage EnginesTime Series Databases
    在 GitHub 上查看↗24,734
  • surrealdb/surrealdbsurrealdb 的头像

    surrealdb/surrealdb

    32,397在 GitHub 上查看↗

    SurrealDB is a multi-model database engine designed to store and query document, graph, relational, and vector data within a single ACID-compliant platform. It functions as an AI-native data store, integrating vector search, graph traversal, and machine learning model execution directly into its query layer. By providing a unified declarative query language, the platform eliminates the need for external middleware to synchronize data across different storage models. The platform distinguishes itself through its ability to manage agent memory and complex workflows natively. It allows developer

    SurrealDB is a multi-model distributed database that supports SQL and ACID transactions, fitting the search for an open-source distributed database system, though its description emphasizes its multi-model and AI-native capabilities more than the specific horizontal scaling and replication features listed.

    RustMulti-Model DatabasesAccess Control SystemsACID Transactional Cores
    在 GitHub 上查看↗32,397
  • scylladb/scylladbscylladb 的头像

    scylladb/scylladb

    15,355在 GitHub 上查看↗

    ScyllaDB is a distributed NoSQL database engine designed for high-throughput data storage and low-latency performance at scale. It functions as a shard-aware platform that manages large-scale datasets across distributed clusters, providing a foundation for real-time applications that require consistent availability and operational stability. The system distinguishes itself through a shared-nothing architecture that distributes data across independent CPU cores to eliminate lock contention. It incorporates a user-space networking stack and an asynchronous event-driven engine to maximize hardwa

    ScyllaDB is a distributed NoSQL database with auto-sharding, geo-distributed replication, and strong consistency, but it does not support SQL—fitting the category as a scalable, fault-tolerant system while missing the SQL feature requested.

    C++NoSQL DatabasesDatabase Compatibility LayersDistributed Databases
    在 GitHub 上查看↗15,355
  • orbitdb/orbit-dborbitdb 的头像

    orbitdb/orbit-db

    8,791在 GitHub 上查看↗

    Orbit DB is a decentralized NoSQL database that utilizes conflict-free replicated data types to ensure eventual consistency across a network of nodes. It functions as a peer-to-peer data store that uses IPFS for content-addressing and synchronization, allowing for the maintenance of application state without a central server or authority. The system is built upon a cryptographically verifiable, immutable operation log, which serves as the foundation for custom decentralized data models. This architecture enables the implementation of various data storage patterns, including JSON document stor

    OrbitDB is a decentralized NoSQL distributed database that uses CRDTs and IPFS for peer-to-peer data storage, so it fits the distributed database category, but its focus on eventual consistency and lack of SQL, auto-sharding, or cloud-native deployment mean it is a narrower match for a system designed for horizontal scalability and strong consistency at large scale.

    JavaScriptDecentralized StorageConflict-Free Replicated Data TypesContent-Addressable Storage
    在 GitHub 上查看↗8,791
  • dgraph-io/dgraphdgraph-io 的头像

    dgraph-io/dgraph

    21,700在 GitHub 上查看↗

    Dgraph is a distributed graph database designed to store and query highly connected data. It organizes information as nodes and edges to represent complex relationships between entities, providing a platform for managing and analyzing deeply linked datasets. The system functions as a horizontally scalable cluster that partitions data across multiple nodes to maintain performance and availability as information volume increases. It utilizes a specialized query language built for low-latency navigation of interconnected data points, allowing for the execution of complex queries across large-sca

    Dgraph is a horizontally scalable distributed graph database that handles large-scale, highly connected data and uses Raft for strong consistency, but it does not support SQL and lacks built-in geo-distributed and active-active replication, so it only partially matches your feature set.

    GoGraph DatabasesDistributed DatabasesDistributed Databases
    在 GitHub 上查看↗21,700
  • druid-io/druiddruid-io 的头像

    druid-io/druid

    14,020在 GitHub 上查看↗

    Druid is a distributed columnar store and online analytical processing database designed for real-time analytics. It functions as a SQL analytics platform and a streaming data ingestion engine, allowing for the analysis of large datasets with low latency to support interactive dashboards and high-concurrency operational workloads. The system integrates a streaming data ingestion engine that loads information via batch or streaming processes to enable immediate analysis of arriving data. It provides high-performance analytical processing to execute slice-and-dice queries on massive data volume

    Druid is a distributed, horizontally scalable columnar store and SQL analytics platform designed for real-time data at large scale, which fits your search for an open-source distributed database system; however, it is specialized for analytical workloads and lacks strong consistency and native geo-distributed or active-active replication, so it meets the core need but not all listed features.

    JavaReal-time Analytics PlatformsAnalytical DatabasesColumnar Databases
    在 GitHub 上查看↗14,020
  • scylladb/scyllascylladb 的头像

    scylladb/scylla

    15,609在 GitHub 上查看↗

    Scylla is a distributed wide column NoSQL database designed as a high-performance data store. It functions as a Cassandra compatible database and a DynamoDB compatible store, implementing a shared-nothing architecture built on an asynchronous event-driven framework. The system emulates cloud-based APIs to support applications built for proprietary cloud protocols and implements the Cassandra Query Language for high-throughput workloads. This allows for the migration of cloud workloads to self-hosted environments while maintaining API compatibility. The project covers distributed data storage

    Scylla is a distributed NoSQL database built for horizontal scalability and fault tolerance, with auto-sharding, geo-distributed replication, and active-active support; it matches the category well but uses CQL (SQL-like) rather than full SQL, and strong consistency is tunable rather than default.

    C++NoSQLCassandra-Compatible DatabasesDistributed Sharding Architectures
    在 GitHub 上查看↗15,609
  • arangodb/arangodbarangodb 的头像

    arangodb/arangodb

    14,091在 GitHub 上查看↗

    This project is a multi-model database system designed to store and manage information as documents, graphs, and key-value pairs within a single engine. It functions as a graph database and knowledge graph platform, providing the infrastructure to build, query, and visualize structured data models. By integrating vector search capabilities, the system serves as a vector database that supports retrieval-augmented generation for artificial intelligence applications. The platform distinguishes itself through a unified query language that allows users to perform document lookups, graph traversals

    ArangoDB is a distributed multi-model database that offers horizontal scalability and fault tolerance, but it lacks native SQL support and its replication model may not fully cover active-active or geo-distributed replication as specified, making it a solid but not comprehensive match for the requested features.

    C++Graph DatabasesMulti-Model DatabasesAI Grounding Services
    在 GitHub 上查看↗14,091
  • apache/hbaseapache 的头像

    apache/hbase

    5,540在 GitHub 上查看↗

    HBase is a distributed, wide-column NoSQL store and big data storage engine designed for sparse datasets. It functions as a scalable columnar database built on top of the Hadoop Distributed File System to provide real-time read and write access to massive volumes of structured and unstructured data. The system acts as a cross-language database gateway, offering connectivity through native remote procedure calls, REST, and Thrift interfaces. It distinguishes itself through a master-worker coordination model that enables horizontal scaling and fault tolerance across a cluster. The project cove

    HBase is a horizontally scalable, fault-tolerant distributed NoSQL database designed for large-scale sparse data, but it lacks native SQL support and does not natively offer geo-distributed or active-active replication, so it only partially meets the required features.

    JavaColumnar DatabasesBig Data StorageCell-Level Controls
    在 GitHub 上查看↗5,540
  • basho/riakbasho 的头像

    basho/riak

    4,023在 GitHub 上查看↗

    Riak is a decentralized NoSQL key-value store designed for high availability and fault tolerance. It is a Dynamo-style distributed database that utilizes consistent hashing and eventual consistency to scale data across a cluster of nodes. The system functions as a geo-replicated datastore, synchronizing data across multiple physical locations to provide disaster recovery and maintain availability during regional outages. It employs a multi-master replication model, allowing writes to any node in the cluster. The platform covers broad capability areas including decentralized cluster coordinat

    Riak is a distributed key-value database with automatic sharding and multi-datacenter replication, making it a valid distributed database system, but its lack of SQL support means it only partially meets the features you listed.

    ShellMulti-Master Replication
    在 GitHub 上查看↗4,023
一览前 10 名对比
仓库Star 数语言许可证最后推送
cockroachdb/cockroach32.2KGoNOASSERTION2026年6月15日
oceanbase/oceanbase10KC++other2026年2月14日
snapchat/keydb12.5KC++BSD-3-Clause2024年5月29日
erikgrinaker/toydb7.3KRustApache-2.02026年6月14日
yugabyte/yugabyte-db10.3KCNOASSERTION2026年6月16日
databendlabs/databend9.4KRustNOASSERTION2026年6月23日
etcd-io/etcd51.8KGoApache-2.02026年6月16日
apache/druid14KJavaApache-2.02026年6月15日
vesoft-inc/nebula12.2KC++Apache-2.02026年5月18日
pingcap/tidb40.2KGoApache-2.02026年6月16日

Related searches

  • 专用与分布式数据库
  • 支持水平扩展的分布式 SQL 数据库
  • an open source database for application data
  • an open source database management system
  • a framework for building distributed computing systems
  • 分布式系统学习路径
  • 用于应用开发的开源数据库
  • 处理海量数据的 DataFrame 引擎