Repository navigation
bitcask
- Website
- Wikipedia
UrnaDB is a NoSQL database support diverse data types and transactions.
CouloyDB is a storage engine that strikes a balance between performance and storage costs.
🎉A Bitcask Distributed Key/Value store using Raft for consensus with a Redis compatible API written in Go.
CouloyDB is a storage engine that strikes a balance between performance and storage costs.
📁 Build your own fast, persistent KV store(Based on bitcask paper)
A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.
[WIP] ✨ TinKV is a simple and fast key-value storage written in Rust, which provides a bultin CLI and a Redis compatible server.
A tiny key-value store backed by Bitcask and Redis Serialization Protocol
Distributed, fault-tolerant, persistent, auto-increment ID generation service with Raft consensus
Bitcask Implementation in Rust. A fast key-value store.
Persistent Key-Value store based on BitCask.
Bitcask is a log-structured fast KV store.