Stream Postgres data to AWS SQS effortlessly
Captures row-level changes (insert, update, delete) from WAL in real time and publishes them into SQS, enabling event-driven pipelines on AWS.
Ensures at-least-once delivery and guarantees exactly-once delivery for transactions while running, avoiding duplicate messages for the same row change
Built for high-throughput and scalable event-driven systems without extra complexity.
Distributed as both a binary (for running on EC2) and a Docker container (for ECS), making deployment inside AWS straightforward and flexible.