We have the following open-source projects:
- RoseDB, Lightweight, fast, and reliable key/value storage engine based on Bitcask.
- LotusDB, the most advanced key-value store written in Go, extremely fast, compatible with LSM tree and B+ tree, optimization of badger and bbolt.
- Wal, Write Ahead Log for LSM or bitcask storage.
- DiskHash, on-disk hash table(mainly for WAL).