Bitcask
| Bitcask | |
|---|---|
| Developer(s) | Basho Technologies |
| Stable release | 2.1.0
/ 7 May 2020 |
| Repository | |
| Written in | Erlang |
| Operating system | Linux, BSD, Mac OS X, Solaris |
| Platform | IA-32, x86-64 |
| License | Apache License 2.0 |
| Website | docs |
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.