syndtr/goleveldb
LevelDB key/value database in Go. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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: 4970
- days_rel: n/a
- days_push: 841
- n_releases_24m: 0
Adoption not part of the score
6325 stars · 984 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A pure-Go implementation of the LevelDB embedded key/value database. It provides fast ordered key-value storage with iterators, batch writes, and bloom filters, all usable as a Go library without external dependencies.
Use cases
- embed a key-value store in a Go application
- store indexed data locally without running a database server
- implement persistent queues or caches in Go
- iterate over ordered key ranges with prefix scans
- replace cgo LevelDB bindings with a pure Go alternative
When to choose
- you need an embedded, serverless key-value store in a Go project
- you want ordered iteration and range scans over keys
- you want to avoid cgo dependencies
- you need batch writes and bloom-filter performance tuning
When to avoid
- you need SQL, relational queries, or multi-node replication
- your dataset must be shared by multiple processes or machines
- you need active feature development or guaranteed long-term support
- you need very large datasets where RocksDB-style tuning is required
Facets
library · maturity maintenance
database database-driver caching databases developer-tools backend go cross-platform leveldb key-value-store embedded-database pure-go lsmtree
1 source
- readme: https://github.com/syndtr/goleveldb · fetched 2026-08-28 · 565511be6c11
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| syndtr/goleveldb | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="syndtr/goleveldb")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem