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

tidwall/summitdb

In-memory NoSQL database with ACID transactions, Raft consensus, and Redis API observed · 2026-08-28

github.com/tidwall/summitdb · Go · NOASSERTION (other) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: archived no_license

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

Full methodology

Adoption not part of the score

1406 stars · 76 forks observed · 2026-08-28

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

SummitDB is an in-memory NoSQL key/value database written in Go that persists to disk, provides ACID transactions, and replicates via the Raft consensus algorithm. It exposes a Redis-compatible API and supports custom indexes, JSON documents, geospatial indexing, and JavaScript scripting.

Use cases

  • run a strongly consistent in-memory key-value store with disk persistence
  • set up a highly available replicated database using Raft consensus
  • use Redis commands with ACID transactions and strong consistency
  • store and index JSON documents
  • query geospatial data with spatial indexes
  • run a lightweight NoSQL database on a Raspberry Pi or ARM device

When to choose

  • you need Redis-like simplicity but with strong consistency and durability instead of eventual persistence
  • you want a small, easy-to-deploy replicated database with ACID guarantees
  • you need ordered keys, value indexing, or spatial indexing in a key/value store

When to avoid

  • you need a battle-tested database with active development and a large community
  • your dataset exceeds available memory since data is primarily in-memory
  • you need a permissively licensed dependency (license is non-standard)
  • you need rich query languages like SQL or full secondary-index ecosystems

Facets

application · maturity maintenance

database search-engine rpc databases developer-tools windows go self-hosted nosql key-value-store raft-consensus redis-compatible in-memory-database acid-transactions json-documents spatial-indexing geospatial linux macos docker

1 source

Member repositories

RepositoryRoleHealth v2
tidwall/summitdbmain10

For agents

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

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