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

peterbourgon/diskv

A disk-backed key-value store. observed · 2026-08-28

github.com/peterbourgon/diskv · homepage · Go · MIT (permissive) 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: 5278
  • days_rel: n/a
  • days_push: 1758
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1455 stars · 108 forks observed · 2026-08-28

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

Diskv is a simple, persistent key-value store written in Go that stores arbitrary data on the filesystem by key. It layers performance-enhancing abstractions like caching and indexing on top of a conceptually simple disk-backed design.

Use cases

  • persist key-value data to disk in a Go application
  • store arbitrary binary blobs keyed by string
  • embed a simple disk-backed database without a server
  • cache data on the filesystem with an in-memory read cache
  • organize data files on disk via a custom key-to-path transform

When to choose

  • you need a dependency-free, embedded persistent key-value store in Go
  • your data should remain readable as flat files on disk
  • you want simple API semantics like Read/Write/Erase without running a database server

When to avoid

  • you need queries, transactions, or rich data types beyond key-value
  • you need concurrent multi-process access or network access to the store
  • you need an actively developed project with recent releases

Facets

library · maturity maintenance

database caching file-system databases developer-tools go cross-platform key-value-store disk-backed embedded-database persistence

5 sources

Member repositories

RepositoryRoleHealth v2
peterbourgon/diskvmain23

For agents

markdown · JSON · MCP: product_card(name="peterbourgon/diskv")

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