Guides
Step-by-step instructions to get things done
Available Guides
-
Configure Postgres: Set up your database for replication. Start here.
-
Your First Pipeline (15 min): Build a pipeline that streams changes to memory.
-
Custom Stores and Destinations (30 min): Implement your own store and HTTP destination.
Before You Start
- Rust 1.75 or later
- Postgres server (local or remote)
- Basic familiarity with Rust and SQL
New to Postgres logical replication? Read Postgres Replication Concepts first.
Next Steps
- Architecture: Understand the internals
- Event Types: Learn about event data
- Extension Points: Customize ETL behavior
Need Help?
- Double-check the prerequisites
- Search GitHub issues
- Open an issue with details