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

tidwall/buntdb

BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support observed · 2026-08-28

github.com/tidwall/buntdb · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

70/100

  • Activity 83
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 3697
  • days_rel: n/a
  • days_push: 106
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

4864 stars · 307 forks observed · 2026-08-28

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

BuntDB is an embeddable, in-memory key/value database written in pure Go that persists to disk with an append-only file and provides ACID transactions. It supports custom indexes, JSON field indexing, multi-value indexes, TTL expiration, and geospatial indexing up to 20 dimensions.

Use cases

  • embed a fast key/value store in a Go application
  • store and query geospatial data with spatial indexes
  • index fields inside JSON documents
  • add TTL-based expiration to cached items
  • run ACID transactions with rollback support in-process
  • iterate over key ranges in ascending or descending order

When to choose

  • you need an embedded database with no external server dependency
  • your dataset fits in memory and read speed matters more than storage capacity
  • you need geospatial or custom indexing over key/value data
  • you want ACID guarantees with a simple Go API

When to avoid

  • your data is too large to fit in memory
  • you need multiple processes or network access to the database
  • you need SQL queries or a rich relational model
  • you need heavy concurrent write throughput

Facets

library · maturity stable

database search-engine caching databases developer-tools backend go cross-platform key-value-store in-memory-database embedded-database geospatial-index acid ttl-expiration -indexing

1 source

Member repositories

RepositoryRoleHealth v2
tidwall/buntdbmain70

For agents

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

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