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

google/leveldb

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. observed · 2026-08-28

github.com/google/leveldb · C++ · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

55/100

  • Activity 71
  • Release rhythm 8
  • 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: n/a
  • age_days: 4389
  • days_rel: n/a
  • days_push: 175
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

39365 stars · 8210 forks observed · 2026-08-28

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

LevelDB is a fast embedded key-value storage library from Google providing an ordered mapping from string keys to string values. It is a C++ library, not a server, with support for atomic batches, snapshots, iteration, and Snappy/Zstd compression.

Use cases

  • embed a fast key-value store in a C++ application
  • store sorted key-value data locally without running a database server
  • build a caching or metadata layer on top of an LSM-tree storage engine
  • persist indexed data with forward and backward iteration
  • implement a custom storage backend with pluggable OS and compression interfaces

When to choose

  • you need an embedded, single-process key-value store with no server overhead
  • you want sorted data with custom comparators, snapshots, and atomic batch writes
  • you need a proven, lightweight storage engine to build higher-level databases on

When to avoid

  • you need SQL queries, secondary indexes, or a relational data model
  • multiple processes must access the same database concurrently
  • you need built-in client-server network access
  • you expect active feature development, since the repo receives only limited maintenance

Facets

library · maturity maintenance

database caching serialization databases developer-tools backend cpp cross-platform windows key-value-store embedded-database lsmtree storage-engine snappy-compression linux macos

1 source

Member repositories

RepositoryRoleHealth v2
google/leveldbmain55

For agents

markdown · JSON · MCP: product_card(name="google/leveldb")

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