capture every change in your database and stream it wherever it needs to go
Sequin is an open source change data capture platform for PostgreSQL. It attaches to a logical replication slot, reads the write ahead log, and turns every insert, update and delete into a durable, ordered stream of change events delivered to destinations such as Kafka, SQS, SNS, Kinesis, NATS, RabbitMQ, Redis Streams, Google Pub/Sub, Azure Event Hubs, Elasticsearch, HTTP webhooks or a pull API. A web console lets you connect databases, build pipelines, run backfills and watch delivery health, so teams can replace triggers, polling and bespoke outbox tables with one managed stream of changes.
cloudimg ships Sequin with a bundled PostgreSQL configured for logical replication and a bundled Redis, so a complete change data capture pipeline is running the moment the instance boots. The upstream default login and open self signup are both disabled, and a unique console credential, admin password, API token, database password, Redis password and TLS certificate are generated on the first boot of every instance, so nothing ships with a known secret. The console is served over TLS behind an authenticated front door and the datastores are never published to a host port. Paired with a step by step deploy guide and backed by 24/7 cloudimg support.
Real screenshots taken while testing this image against its deployment guide.