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

cockroachdb/pebble

RocksDB/LevelDB inspired key-value database in Go observed · 2026-08-28

github.com/cockroachdb/pebble · Go · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 99
  • 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: 22
  • age_days: 2969
  • days_rel: 9
  • days_push: 7
  • n_releases_24m: 20

Full methodology

Adoption not part of the score

6000 stars · 577 forks observed · 2026-08-28

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

Pebble is a LevelDB/RocksDB-inspired embedded key-value storage engine written in Go, using LSM-tree based block-based tables and RocksDB-compatible file formats. It is the default storage engine for CockroachDB and is production-ready at scale.

Use cases

  • embed a key-value store in a Go application
  • replace RocksDB with a pure Go storage engine
  • store data with an LSM-tree database
  • build a distributed database needing a storage layer
  • perform fast range scans and prefix iteration
  • ingest SSTable files in bulk

When to choose

  • you need an embedded, pure-Go key-value store with no cgo dependencies
  • you want RocksDB-compatible file formats with better Go concurrency
  • you need fast reverse iteration and efficient compactions
  • you're building a database or storage system in Go

When to avoid

  • you need RocksDB features like column families, transactions, or backups
  • you want a client-server database rather than an embedded library
  • you need to open existing RocksDB databases using unsupported features
  • you're not working in Go

Facets

library · maturity stable

database caching serialization databases developer-tools performance go windows cross-platform key-value-store lsmtree storage-engine embedded-database sstable leveldb rocksdb linux macos

1 source

Member repositories

RepositoryRoleHealth v2
cockroachdb/pebblemain99

For agents

markdown · JSON · MCP: product_card(name="cockroachdb/pebble")

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