# Supabase ETL > A high-performance Postgres replication engine written in Rust. Embed it in your Rust application or run it as a standalone binary. Supabase ETL is under active development. APIs and setup steps may change before the first stable release. These pages document the open-source replication engine; managed-product guidance belongs in Supabase Pipelines. ## Get started - [First Pipeline](https://supabase.github.io/etl/guides/first-pipeline.md): Learn Supabase ETL by building a working Postgres replication pipeline. - [Standalone Replicator](https://supabase.github.io/etl/guides/standalone-replicator.md): Build, configure, and run Supabase ETL as a standalone process. ## Guides - [Configure Postgres](https://supabase.github.io/etl/guides/configure-postgres.md): Set up Postgres with the permissions and settings required by Supabase ETL. - [Custom Implementations](https://supabase.github.io/etl/guides/custom-implementations.md): Implement your own stores and destinations. ## Concepts - [Logical Replication](https://supabase.github.io/etl/explanation/concepts.md): Essential Postgres logical replication concepts for working with Supabase ETL. - [Architecture](https://supabase.github.io/etl/explanation/architecture.md): How Supabase ETL initially syncs tables and replicates changes to destinations. - [Schema Changes](https://supabase.github.io/etl/explanation/schema-changes.md): How Supabase ETL handles DDL and evolving table schemas. ## Reference - [Destinations](https://supabase.github.io/etl/reference/destinations.md): Official built-in destinations, maturity, requirements, and limitations. - [Events](https://supabase.github.io/etl/explanation/events.md): Understand the events Supabase ETL delivers during ongoing replication. - [Extension Points](https://supabase.github.io/etl/explanation/traits.md): Traits you implement to customize Supabase ETL behavior. ## Complete context - [Full documentation in one file](https://supabase.github.io/etl/llms-full.txt) - [Agent manifest](https://supabase.github.io/etl/agents.json) ## Project - [Canonical documentation](https://supabase.github.io/etl/) - [GitHub repository](https://github.com/supabase/etl) - [Managed Supabase Pipelines](https://supabase.com/docs/guides/database/replication/pipelines)