awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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.

Awesome Consensus Protocols GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • surrealdb/surrealdbالصورة الرمزية لـ surrealdb

    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

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

    Rustbackend-as-a-servicecloud-databasedatabase
    عرض على GitHub↗32,397
  • rethinkdb/rethinkdbالصورة الرمزية لـ rethinkdb

    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

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

    C++
    عرض على GitHub↗26,996
  1. Home
  2. Data & Databases
  3. Consensus Protocols