Postgres change data capture to streams and queues like Kafka, SQS, HTTP endpoints, and more - sequinstream/sequin| GitHub
We're Sequin, an open source message stream like Kafka, but built on Postgres. Stable, sequential ordering is a very useful thing to have when building a streaming system. But Postgres' behavior here can be surprising! We go down the rabbit hole below. An under-appreciated fact is that while MVCC (multi-version| Sequin blog