Introducing Supabase ETL
dev.to·5d·
Discuss: DEV
🗄️Database Replication
Preview
Report Post

We’re introducing Supabase ETL: a change-data-capture pipeline that replicates your Postgres tables to analytical destinations in near real time.

Supabase ETL reads changes from your Postgres database and writes them to external destinations. It uses logical replication to capture inserts, updates, deletes and truncates as they happen. Setup takes minutes in the Supabase Dashboard.

The first supported destinations are Analytics Buckets (powered by Iceberg) and BigQuery.

Supabase ETL is open source. You can find the code on GitHub at github.com/supabase/etl.

Why separate OLTP and OLAP?

Postgres is excellent for transactional workloads like reading a single user record or in…

Similar Posts

Loading similar posts...