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

nutsdb/nutsdb

A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set. observed · 2026-08-28

github.com/nutsdb/nutsdb · homepage · Go · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

74/100

  • Activity 96
  • Release rhythm 30
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2826
  • days_rel: 259
  • days_push: 24
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

3576 stars · 344 forks observed · 2026-08-28

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

NutsDB is a simple, fast, embeddable and persistent key/value store written in pure Go. It supports fully serializable transactions and data structures such as lists, sets, and sorted sets.

Use cases

  • embed a persistent key-value store in a Go application
  • store lists, sets, and sorted sets locally without a database server
  • need ACID serializable transactions in an embedded store
  • replace BoltDB/BadgerDB with a fast pure-Go KV store
  • persist small-to-medium datasets with low latency
  • build local caching or metadata storage in Go

When to choose

  • you want an embedded, serverless key-value database in pure Go
  • you need transactional reads and writes with rich data structures
  • your dataset fits on local disk and you want simple deployment

When to avoid

  • you need a network-accessible, multi-client database server
  • you require SQL or relational queries
  • you need very large datasets beyond local disk capacity

Facets

library · maturity active

database serialization concurrency databases developer-tools backend go cross-platform key-value-store embedded-database bitcask-style transactions data-structures pure-go

2 sources

Member repositories

RepositoryRoleHealth v2
nutsdb/nutsdbmain74

For agents

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

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