Events, and messages more broadly, are a battle-tested way of component to component, process to process, and/or application to application communication ... What if we were able to just use a type of SQL database already managed on our infrastructure to build a scalable Events Platform on top of it?| binaryigor.com
We're building Sequin, a Postgres CDC tool to streams and queues like Kafka, SQS, HTTP endpoints, and more. Efficient, correct pagination is paramount for our backfill process, so we use keyset cursors extensively. You've probably heard about the limitations of offset/limit in Postgres. There are two primary concerns with| Sequin blog
Learn how to build your own Postgres-based streaming system. You might not need Kafka or SQS!| Sequin blog