Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basho/bitcask
because you need another a key/value storage engine
https://github.com/basho/bitcask
Last synced: 25 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 (over 14 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-21T12:54:41.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T04:03:08.861Z (7 months ago)
- Language: Erlang
- Homepage:
- Size: 6.01 MB
- Stars: 1,244
- Watchers: 139
- Forks: 165
- Open Issues: 26
-
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
[![Erlang CI Actions Status](https://github.com/basho/bitcask/workflows/Erlang%20CI/badge.svg)](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.