# tidwall/summitdb

In-memory NoSQL database with ACID transactions, Raft consensus, and Redis API

Repository: https://github.com/tidwall/summitdb
Canonical: https://ross.abutalabs.com/products/summitdb
Language: Go
License: NOASSERTION
License Family: other
Topics: raft, json, nosql, database, in-memory, geospatial
Archived: true
Last push: 2022-04-22T22:22:15+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3613, "days_push": 1594, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1406, forks 76 (observed 2026-08-28T04:04:38.270211+00:00)

## What it is
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
- artifact type: application
- maturity: maintenance
- function: database, search-engine, rpc
- domain: databases, developer-tools
- platform: windows, go, self-hosted
- tags: nosql, key-value-store, raft-consensus, redis-compatible, in-memory-database, acid-transactions, json-documents, spatial-indexing, geospatial, linux, macos, docker

## Member repositories
- tidwall/summitdb (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:38.270211+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-30T04:38:44.516544+00:00, confidence not recorded.
  - readme: https://github.com/tidwall/summitdb (fetched 2026-08-28T04:04:38.270211+00:00, sha f7c75da67bb9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
