GitHub – chiselstrike/chiselstore: SQLite + Little Raft = ?

ChiselStore is an embeddable, distributed SQLite for Rust, powered by Little Raft.

SQLite is a fast and compact relational database management system, but it is limited to single-node configurations. ChiselStore extends SQLite to run on a cluster of machines with the Raft consensus algorithm. With ChiselStore, you get the benefits of easy-to-use, embeddable SQLite but with Raft’s high availability and fault tolerance.