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

golang/leveldb

The LevelDB key-value database in the Go programming language. observed · 2026-08-28

github.com/golang/leveldb · Go · BSD-3-Clause (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived

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: 4062
  • days_rel: n/a
  • days_push: 3526
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1155 stars · 145 forks observed · 2026-08-28

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

A Go implementation of the LevelDB key-value database. It is an incomplete work-in-progress that is explicitly not ready for production use.

Use cases

  • embed a leveldb key-value store in a Go application
  • read and write sorted key-value data from Go
  • use a log-structured storage engine in Go
  • experiment with LevelDB internals in Go

When to choose

  • you want to study or contribute to a Go port of LevelDB
  • you need a pure-Go embedded key-value store for experimentation

When to avoid

  • you need a production-ready database
  • you need complete documentation or full LevelDB feature coverage
  • you need an actively maintained project

Facets

library · maturity abandoned

database database-driver databases developer-tools go cross-platform key-value-store leveldb embedded-database wip

1 source

Member repositories

RepositoryRoleHealth v2
golang/leveldbmain10

For agents

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

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