awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • rqlite/rqliteAvatar rqlite

    rqlite/rqlite

    17,586Vezi pe 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
    Vezi pe GitHub↗17,586
  1. Home
  2. Data & Databases
  3. Database Management Systems
  4. Database Engines
  5. Embedded Databases
  6. SQLite Databases
  7. Distributed Implementations