Skip to content

machinly/bitcask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Bitcask

Bitcask is Key-Value Database engine, which used Log-Structured and Hash Table Index. The paper post by riak will show you more detail about bitcask.

About This Project

This Project is bitcask implementation in Golang. It's just for understand bitcask, not for production.

TL;DR

make build
./bin/bitcask
>>> put a b
>>> list
>>> get a
>>> exit

About

A bitcask database engine in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages