Skip to content

login256/MadFS-Raft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChiselStore

Rust MIT licensed

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.

For more information, check out the following blog post.

Features

  • SQLite with Raft's high availability and fault tolerance
  • Strong consistency with optional relaxed reads
  • Embeddable Rust library

Roadmap

  • Efficient node restarts (with Raft snapshots)
  • Dynamic cluster membership (with Raft joint consensus)
  • Support executing non-deterministic SQL functions

Getting Started

See the example server of how to use the ChiselStore library.

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in ChiselStore by you, shall be licensed as MIT, without any additional terms or conditions.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages