# rust-rocksdb/rust-rocksdb

rust wrapper for rocksdb

Repository: https://github.com/rust-rocksdb/rust-rocksdb
Canonical: https://ross.abutalabs.com/products/rust-rocksdb
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: rocksdb, rust, rust-bindings, database
Last push: 2026-08-16T12:08:19+00:00

## Health v2 (maintenance only)
Score: 87/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 66, longevity 100
- inputs: {"age_days": 4308, "days_push": 17, "days_rel": 17, "gap_med": 299.5, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2175, forks 870 (observed 2026-08-28T04:06:22.159585+00:00)

## What it is
Rust bindings for RocksDB, the embedded key-value store, statically linked with a specific RocksDB version. It exposes RocksDB features like column families and configurable compression codecs (Snappy, LZ4, Zstd, Zlib, Bzip2) through crate features.

## Use cases
- use rocksdb from rust
- embed a key-value store in a rust application
- persistent storage with column families in rust
- fast local database with lz4 or zstd compression
- build a storage engine on top of rocksdb in rust

## When to choose
- you need RocksDB's performance and features from Rust code
- you want an embedded, statically linked key-value store without running a separate database server
- you need configurable compression algorithms or multithreaded column family management

## When to avoid
- you need a network-accessible database server rather than an embedded library
- you want a pure-Rust key-value store without C++ build dependencies like Clang/LLVM
- your workload fits a simpler embedded store such as SQLite or sled

## Facets
- artifact type: library
- maturity: active
- function: database, database-driver, caching
- domain: databases, developer-tools
- platform: rust, windows, cross-platform
- tags: rocksdb, key-value-store, bindings, embedded-database, column-family, compression, linux, macos

## Member repositories
- rust-rocksdb/rust-rocksdb (main) score 87

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:22.159585+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-30T02:48:56.321145+00:00, confidence not recorded.
  - readme: https://github.com/rust-rocksdb/rust-rocksdb (fetched 2026-08-28T04:06:22.159585+00:00, sha 2db928b8fd46)
- Data as of 2026-08-30T08:39:29.467469+00:00.
