2023-02-16 02:26:41 -07:00
|
|
|
# Bitcask - A Simple KV datastore
|
|
|
|
|
|
|
|
Do it simply and do it well.
|
|
|
|
|
|
|
|
## The Bitcask paper
|
|
|
|
|
2023-04-11 16:31:46 -06:00
|
|
|
https://riak.com/assets/bitcask-intro.pdf
|
|
|
|
|
|
|
|
## Implementation in Ruby
|
|
|
|
|
|
|
|
https://dinesh.wiki/posts/build-your-own-persistent-kv-store/
|