/plushcap/analysis/neon/neon-event-driven-architectures-using-neon-and-sequin

Event-driven architectures using Neon and Sequin

What's this blog post about?

Event-driven architectures using Neon and Sequin provide an alternative solution for capturing changes from your database (CDC) without requiring significant time and expertise to properly configure new infrastructure like Debezium and Kafka. Sequin is a tool that detects, streams, and processes every row change in Postgres databases such as Neon. It uses logical replication slots to create a strictly ordered view of rows in your tables, making it possible to process every change to a table's rows as a stream. This setup allows developers to consume rows using Sequin's APIs without copying the data to a new service.

Company
Neon

Date published
Oct. 22, 2024

Author(s)
Eric Goldman

Word count
915

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.