MIT-DB-Class / simpleKVLinks
A simple Disk-based Key-Value Store
☆13Updated 6 years ago
Alternatives and similar repositories for simpleKV
Users that are interested in simpleKV are comparing it to the libraries listed below
Sorting:
- consensus-yaraft is a library for distributed, strong consistent, highly replicated log storage. It's based on yaraft, which is an implem…☆29Updated 7 years ago
- A toy SQL engine built on top of LSM(LevelDB)☆22Updated 6 years ago
- RocksDB/LevelDB inspired key-value database in Go