# supabase/etl

A high-performance Postgres replication engine written in Rust. Embed it in your Rust application or run it as a standalone binary.

Repository: https://github.com/supabase/etl
Canonical: https://ross.abutalabs.com/products/supabase-etl
Homepage: https://supabase.github.io/etl/
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: logical-replication, postgres, replication, rust, rust-lang, postgresql
Last push: 2026-08-26T18:13:04+00:00

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

## Adoption (not part of the score)
Stars 2322, forks 174 (observed 2026-08-28T04:06:37.186862+00:00)

## What it is
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
- artifact type: library
- maturity: experimental
- function: etl, streaming, database, database-driver
- domain: databases, developer-tools
- platform: rust, self-hosted
- tags: postgres, logical-replication, cdc, replication, change-data-capture, data-engineering, linux, macos, docker

## Member repositories
- supabase/etl (main) score 70

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:37.186862+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-30T02:38:38.401053+00:00, confidence not recorded.
  - readme: https://github.com/supabase/etl (fetched 2026-08-28T04:06:37.186862+00:00, sha 1d4444071f97)
  - homepage: https://supabase.github.io/etl/ (fetched 2026-08-29T10:18:52.396897+00:00, sha 56f1b377a8dc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
