# golang/leveldb

The LevelDB key-value database in the Go programming language.

Repository: https://github.com/golang/leveldb
Canonical: https://ross.abutalabs.com/products/golang-leveldb
Language: Go
License: BSD-3-Clause
License Family: permissive
Archived: true
Last push: 2017-01-07T01:03:40+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4062, "days_push": 3526, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1155, forks 145 (observed 2026-08-28T04:03:47.903380+00:00)

## What it is
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
- artifact type: library
- maturity: abandoned
- function: database, database-driver
- domain: databases, developer-tools
- platform: go, cross-platform
- tags: key-value-store, leveldb, embedded-database, wip

## Member repositories
- golang/leveldb (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:47.903380+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:32:13.059796+00:00, confidence not recorded.
  - readme: https://github.com/golang/leveldb (fetched 2026-08-28T04:03:47.903380+00:00, sha caf495637882)
- Data as of 2026-08-30T08:39:29.467469+00:00.
