zombodb/zombodb
Making Postgres and Elasticsearch work together like it's 2023 observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 9
- Release rhythm 16
- 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: 118
- age_days: 4065
- days_rel: 550
- days_push: 550
- n_releases_24m: 2
Adoption not part of the score
4719 stars · 213 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
ZomboDB is a native Postgres extension, written in Rust with PGRX, that uses Elasticsearch as a Postgres index type to bring powerful text search and analytics to relational data. It manages remote Elasticsearch indices transactionally via standard SQL commands like CREATE INDEX, with its own ZQL query language and query builder API.
Use cases
- add full-text search to postgres tables
- query postgres data with elasticsearch
- keep elasticsearch index in sync with postgres transactions
- run aggregations and analytics on relational data via elasticsearch
- search across multiple postgres tables with cross-index joins
- use elasticsearch query DSL from SQL
When to choose
- you already run Postgres and Elasticsearch and want transactionally-correct search without building sync pipelines
- you want to manage search indices entirely through SQL
- you need Elasticsearch aggregations, scoring, and highlighting over relational data
When to avoid
- you don't use Postgres or don't want an Elasticsearch dependency
- you need a simple standalone search engine without a database
- you require official binary installs without sponsoring the project
Facets
library · maturity active
search-engine database database-driver databases developer-tools windows rust self-hosted postgres-extension elasticsearch full-text-search zql index-access-method sql search linux macos
1 source
- readme: https://github.com/zombodb/zombodb · fetched 2026-08-28 · 6d2e968d93ca
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| zombodb/zombodb | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem