https://github.com/basho/bitcask
because you need another a key/value storage engine
https://github.com/basho/bitcask
Last synced: 17 days ago
JSON representation
because you need another a key/value storage engine
- Host: GitHub
- URL: https://github.com/basho/bitcask
- Owner: basho
- Created: 2010-04-27T18:57:08.000Z (about 15 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-21T18:18:26.000Z (about 1 year ago)
- Last Synced: 2025-04-13T15:09:07.094Z (about 2 months ago)
- Language: Erlang
- Homepage:
- Size: 6.01 MB
- Stars: 1,318
- Watchers: 136
- Forks: 174
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-algorithms - bitcask - because you need another a key/value storage engine (Awesome Algorithms / Hash Map)
- awesome-starred - basho/bitcask - because you need another a key/value storage engine (others)
README
# Bitcask - A Log-Structured Hash Table for Fast Key/Value Data
[](https://github.com/basho/bitcask/actions)
Bitcask uses the "rebar" build system, but we have provided a wrapper
Makefile so that simply running "make" at the top level should work.Bitcask requires Erlang R14B04 or later.