Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 675 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 675 Bytes

VelliDB

build status test status

VelliDB will be a distributed key-value database based on Raft and Rust.

This project does not aim to replace any current famous database, but to learn distributed systems like LSM-Tree, Raft, Percolator, etc.

I plan to write blogs about the design and implementation of VelliDB during the development.

If you are interested in this project, you can click the star and watch above to keep track of it. Remember to see the dev branch.