awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • rqlite/rqliterqlite का अवतार

    rqlite/rqlite

    17,586GitHub पर देखें↗

    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