PumpkinDB/PumpkinDB
Immutable Ordered Key-Value Database Engine observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 3500
- days_rel: n/a
- days_push: 2356
- n_releases_24m: 0
Adoption not part of the score
1402 stars · 61 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PumpkinDB is an immutable ordered key-value database engine written in Rust, featuring ACID transactions, persistent storage, and an embedded Forth-inspired scripting language (PumpkinScript). It is designed for event sourcing and similar architectures where data, once written, is never overwritten or deleted.
Use cases
- build an event sourcing system with an immutable data store
- store append-only event logs with ACID guarantees
- embed a programmable key-value database in a Rust application
- index and query immutable binary data close to storage
- prototype application-specific databases with a stack-based scripting language
When to choose
- you need strict immutability and a temporal view of your data
- you want to build event-sourced architectures with lazy domain binding
- you prefer processing data near storage via an embedded scripting language
When to avoid
- you need a general-purpose mutable relational or document database
- you require production-grade support and active maintenance
- you want a mature ecosystem with drivers and tooling for mainstream stacks
Facets
library · maturity abandoned
database serialization concurrency databases developer-tools windows rust key-value-store immutable-data event-sourcing pumpkinscript stack-based-language embedded-database linux macos
2 sources
- readme: https://github.com/PumpkinDB/PumpkinDB · fetched 2026-08-28 · e243ac742416
- homepage: http://pumpkindb.org · fetched 2026-08-29 · 6c01897b7fde
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| PumpkinDB/PumpkinDB | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="PumpkinDB/PumpkinDB")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem