facebook/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
About the project
An embeddable C++ key-value store library with an LSM design, optimized for flash storage and large datasets. It serves as a building block for fast servers and applications needing reliable local persistence.
Useful for
- Embed RocksDB as a local store inside a custom C++ server or application
- Tune WAF/RAF/SAF tradeoffs for a specific read/write workload
- Store multiple terabytes of data in a single database with multi-threaded compactions
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 1 star so far today, about 3 expected by the end of the day.
- GitHub Trending C++ today: #9, +5 stars.
- Recent forks include notable developers: @zhangsoledad (223 followers).
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 32,136
- Today
- 1 · ≈ 3 by evening
- Forks
- 6,936
- Issues and pull requests
- 15,023
- Watchers
- 988
- Language
- C++
- License
- GPL-2.0
- Latest release
- v11.8.1 · August 7, 2026
- Created
- November 30, 2012
- Last push
- September 25, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 26, 2026GitHub Trending C++ today: #9, +5 stars
Similar by description
-
1.6
duckdb/duckdb
DuckDB is an in-process analytical SQL database management system. It is designed for fast, reliable, portable data processing without a separate server.
-
1.0
etcd-io/etcd
Distributed reliable key-value store written in Go using the Raft consensus algorithm, designed for the most critical data of distributed systems; used by Kubernetes and others.
-
1.0
tikv/tikv
TiKV is a distributed transactional key-value database written in Rust, using Raft for consensus and RocksDB for storage. It provides ACID-compliant key-value APIs and is designed to back TiDB, scaling to 100+ TB of…