awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Consensus Protocols · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesConsensus Protocols

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.

  1. Home
  2. Data & Databases
  3. Consensus Protocols

Awesome Consensus Protocols GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • surrealdb/surrealdb

    surrealdb/surrealdb

    31,235View on 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

    Processes write transactions through a distributed agreement mechanism that ensures data durability and consistency.

    Rustbackend-as-a-servicecloud-databasedatabase
    31,235View on GitHub↗
  • rethinkdb/rethinkdb

    rethinkdb/rethinkdb

    26,993View on 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

    "Ensures high availability by electing primary replicas through a voting mechanism that maintains cluster operations when individual nodes fail."

    C++
    26,993View on GitHub↗