message-db/message-db
Microservice native message and event store for Postgres 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: 2463
- days_rel: n/a
- days_push: 873
- n_releases_24m: 0
Adoption not part of the score
1652 stars · 64 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Message DB is a fully-featured event store and message store implemented in PostgreSQL, supporting Pub/Sub, event sourcing, streams, categories, and consumer groups. It provides a minimalist alternative to tools like Event Store or Kafka, installable via Ruby gem, NPM module, or shell scripts.
Use cases
- implement event sourcing on postgres
- build event-driven microservices
- pub/sub messaging without kafka
- store and stream json events
- consumer group processing of message streams
When to choose
- you want event sourcing backed by plain Postgres with simple hosting
- you need pub/sub and consumer groups without running Kafka or a separate event store
- you want language-agnostic clients since the store is just Postgres
When to avoid
- you need very high-throughput streaming beyond what Postgres can handle
- you require rich Kafka-style partitioning and ecosystem tooling
- you want a managed event store service
Facets
library · maturity active
message-queue database serialization databases microservices backend developer-tools self-hosted event-store event-sourcing pub-sub postgres event-driven consumer-groups eventide messaging linux macos docker
1 source
- readme: https://github.com/message-db/message-db · fetched 2026-08-28 · 39ea6d397e35
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| message-db/message-db | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="message-db/message-db")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem