Bitcask

Bitcask
Developer(s)Basho Technologies
Stable release
2.1.0  / 7 May 2020 (7 May 2020)
Repository
Written inErlang
Operating systemLinux, BSD, Mac OS X, Solaris
PlatformIA-32, x86-64
LicenseApache License 2.0
Websitedocs.basho.com/riak/latest/ops/advanced/backends/bitcask/

Bitcask is an Erlang application that provides an API for storing and retrieving key/value data into a log-structured hash table. The design owes a lot to the principles found in log-structured file systems and draws inspiration from a number of designs that involve log file merging.