bitcask/README.md

12 lines
219 B
Markdown
Raw Permalink Normal View History

# Bitcask - A Simple KV datastore
Do it simply and do it well.
## The Bitcask paper
https://riak.com/assets/bitcask-intro.pdf
## Implementation in Ruby
https://dinesh.wiki/posts/build-your-own-persistent-kv-store/