2 repos
Algorithms for maintaining agreement across distributed nodes.
Distinguishing note: Focuses on primary-replica voting for high availability.
Explore 2 awesome GitHub repositories matching data & databases · Consensus Protocols. Refine with filters or upvote what's useful.
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
Processes write transactions through a distributed agreement mechanism that ensures data durability and consistency.
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
"Ensures high availability by electing primary replicas through a voting mechanism that maintains cluster operations when individual nodes fail."