# basho/bitcask

because you need another a key/value storage engine

Repository: https://github.com/basho/bitcask
Canonical: https://ross.abutalabs.com/products/bitcask
Language: Erlang
License Family: other
Last push: 2026-08-13T14:55:22+00:00

## Health v2 (maintenance only)
Score: 66/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 8, longevity 100
- inputs: {"age_days": 5972, "days_push": 20, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1410, forks 176 (observed 2026-08-28T04:04:38.849872+00:00)

## What it is
Bitcask is a log-structured hash table storage engine for fast key/value data, written in Erlang by Basho. It is the underlying storage engine used by the Riak distributed database.

## Use cases
- embed a fast key/value storage engine in an Erlang application
- store key/value data with low write latency
- understand or reuse the storage engine behind Riak
- persist large numbers of keys with in-memory index lookups
- build a simple persistent hashmap on disk

## When to choose
- you are building Erlang/Elixir software that needs an embedded log-structured key/value store
- you need the exact storage engine used by Riak
- your workload is write-heavy with point lookups by key

## When to avoid
- you need a standalone database server rather than an embedded library
- you need range queries or secondary indexes, which bitcask does not support
- you need a storage engine with an active community and modern language bindings

## Facets
- artifact type: library
- maturity: maintenance
- function: database, caching
- domain: databases, developer-tools
- platform: elixir
- tags: key-value-store, storage-engine, log-structured, erlang, riak, linux, macos

## Member repositories
- basho/bitcask (main) score 66

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:38.849872+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:38:27.725113+00:00, confidence not recorded.
  - readme: https://github.com/basho/bitcask (fetched 2026-08-28T04:04:38.849872+00:00, sha 46783c776442)
- Data as of 2026-08-30T08:39:29.467469+00:00.
