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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesDistributed Implementations

Distributed versions of embedded database engines that replicate data across a cluster.

Distinct from SQLite Databases: Focuses on the distributed, replicated nature of the database rather than the single-file local storage of standard SQLite.

Explore 1 awesome GitHub repository matching data & databases · Distributed Implementations. Refine with filters or upvote what's useful.

Awesome Distributed Implementations GitHub Repositories

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

    rqlite/rqlite

    17,586عرض على GitHub↗

    rqlite is a distributed relational database that replicates SQLite data across a cluster using the Raft consensus algorithm. It functions as a fault-tolerant storage system that provides high availability and a web API for executing SQL queries and managing relational data without requiring native database drivers. The system distinguishes itself by using an HTTP SQL interface to expose database operations and cluster management. It features a real-time change data capture stream that pushes database mutations to external HTTP endpoints via webhooks and supports the scaling of read throughput

    Replicates SQLite data across a cluster using a consensus algorithm for fault-tolerant relational storage.

    Goconsensusdatabasedistributed-database
    عرض على GitHub↗17,586
  1. Home
  2. Data & Databases
  3. Database Management Systems
  4. Database Engines
  5. Embedded Databases
  6. SQLite Databases
  7. Distributed Implementations