# speedb-io/speedb

A RocksDB compliant high performance scalable embedded key-value store

Repository: https://github.com/speedb-io/speedb
Canonical: https://ross.abutalabs.com/products/speedb
Homepage: https://www.speedb.io/
Language: C++
License: Apache-2.0
License Family: permissive
Topics: key-value-store, kvs, storage-engine, speedb, embedded, performance, rocksdb, scale, kafka-streams
Last push: 2024-06-12T15:11:30+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 1653, "days_push": 812, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1008, forks 81 (observed 2026-08-28T04:03:12.680165+00:00)

## What it is
Speedb is a high-performance embedded key-value storage engine that is 100% RocksDB compatible and works as a drop-in replacement library. It is optimized for modern storage hardware and large-scale workloads, offering improved write performance, stabilized throughput, and reduced memory consumption.

## Use cases
- replace rocksdb with a faster drop-in key-value store
- handle massive random write workloads without stalling
- reduce memory usage in an embedded storage engine
- store large-scale key-value data on modern SSDs
- improve write throughput for kafka streams state stores
- embed a persistent key-value database in a C++ application

## When to choose
- you already use RocksDB and want better performance without code changes
- your workload suffers from write stalls or inconsistent latency
- you need an embedded, high-performance key-value store on modern hardware

## When to avoid
- you need a network-accessible database or SQL features
- you prefer a storage engine with a larger community and long-term roadmap like RocksDB
- your platform or language bindings are not supported by Speedb

## Facets
- artifact type: library
- maturity: maintenance
- function: database, caching
- domain: databases, developer-tools, performance
- platform: windows, cpp, cross-platform
- tags: key-value-store, storage-engine, rocksdb-compatible, embedded-database, lsmtree, linux, macos

## Member repositories
- speedb-io/speedb (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:12.680165+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-30T07:12:12.952948+00:00, confidence not recorded.
  - readme: https://github.com/speedb-io/speedb (fetched 2026-08-28T04:03:12.680165+00:00, sha 5e392ec6802f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
