supabase/etl
A high-performance Postgres replication engine written in Rust. Embed it in your Rust application or run it as a standalone binary. observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 99
- Release rhythm 35
- Longevity 67
Flags: no_releases
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: 940
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
2322 stars · 174 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Supabase ETL is a high-performance Postgres logical replication engine written in Rust that performs initial table syncs and streams ongoing changes to built-in or custom destinations. It can be embedded as a Rust library or run as a standalone binary.
Use cases
- replicate postgres tables to another destination in real time
- stream postgres changes to a data warehouse or data lake
- capture inserts, updates, deletes, and truncates via logical replication
- build a CDC pipeline from postgres to analytics or search systems
- embed postgres change capture in a rust application
- run a standalone postgres replicator binary
When to choose
- you need high-performance, low-latency postgres change data capture in Rust
- you want a library you can embed in your own Rust service or a standalone replicator
- you need both initial table sync and ongoing replication in one tool
When to avoid
- you need a fully stable, production-hardened tool - the project is under active development and APIs may change
- you want a no-code managed pipeline rather than running your own infrastructure
- your source database is not Postgres
Facets
library · maturity experimental
etl streaming database database-driver databases developer-tools rust self-hosted postgres logical-replication cdc replication change-data-capture data-engineering linux macos docker
2 sources
- readme: https://github.com/supabase/etl · fetched 2026-08-28 · 1d4444071f97
- homepage: https://supabase.github.io/etl/ · fetched 2026-08-29 · 56f1b377a8dc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| supabase/etl | main | 70 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem