Ross ROSS = Recommend OSS · open-source software intelligence for agents

rust-rocksdb/rust-rocksdb

rust wrapper for rocksdb observed · 2026-08-28

github.com/rust-rocksdb/rust-rocksdb · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

87/100

  • Activity 98
  • Release rhythm 66
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 299.5
  • age_days: 4308
  • days_rel: 17
  • days_push: 17
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

2175 stars · 870 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

library · maturity active

database database-driver caching databases developer-tools rust windows cross-platform rocksdb key-value-store bindings embedded-database column-family compression linux macos

1 source

Member repositories

RepositoryRoleHealth v2
rust-rocksdb/rust-rocksdbmain87

For agents

markdown · JSON · MCP: product_card(name="rust-rocksdb/rust-rocksdb")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem