1 Repo
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.
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.