# 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.

Repository: https://github.com/nutsdb/nutsdb
Canonical: https://ross.abutalabs.com/products/nutsdb
Homepage: https://nutsdb.github.io/nutsdb/
Language: Go
License: Apache-2.0
License Family: permissive
Topics: key-value, go, golang, database, data-structures, kv-store, nutsdb, supports-transactions
Last push: 2026-08-09T02:49:35+00:00

## Health v2 (maintenance only)
Score: 74/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 96, release rhythm 30, longevity 100
- inputs: {"age_days": 2826, "days_push": 24, "days_rel": 259, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3576, forks 344 (observed 2026-08-28T04:08:10.838565+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: database, serialization, concurrency
- domain: databases, developer-tools, backend
- platform: go, cross-platform
- tags: key-value-store, embedded-database, bitcask-style, transactions, data-structures, pure-go

## Member repositories
- nutsdb/nutsdb (main) score 74

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:10.838565+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-29T18:34:02.446041+00:00, confidence not recorded.
  - readme: https://github.com/nutsdb/nutsdb (fetched 2026-08-28T04:08:10.838565+00:00, sha 612ea0d41f9c)
  - homepage: https://nutsdb.github.io/nutsdb/ (fetched 2026-08-29T09:27:33.778154+00:00, sha 3d02844d9b67)
- Data as of 2026-08-30T08:39:29.467469+00:00.
