C++ implementation of the bitcask-like db (with improvements). A Log-Structured Hash Table for Fast Key/Value Data.
Mybitcask is a library that provides an embeddable, persistent key-value store for fast storage.
mybitcask-mysql is a MySQL pluggable storage engine based on Mybitcask.
TODO
A simple cli tool
mkdir build
cmake --build ./build --target mykv -j 8
mkdir db_data
./build/mykv ./db_data