Streaming Postgres Changes with Debezium and Kafka Connect: A Hands-On Tutorial

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. PostgreSQL

    Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch

    In this tutorial, you'll set up a complete CDC pipeline using Debezium (version 3.1) with Kafka Connect to capture changes from a PostgreSQL database. By the end, you'll have a working system that streams every insert, update, and delete operation from your database into Apache Kafka topics.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. sequin

    Postgres change data capture to streams, queues, and search indexes like Kafka, SQS, Elasticsearch, HTTP endpoints, and more

    Looking for a simpler solution? If you're reading this tutorial, you want to reliably stream changes out of your Postgres database. You’ve turned to Debezium, only to discover that the official Debezium documentation leaves more to be desired. I hit the same snag, and decided to save future developers similar toil by writting this guide. If you are looking for an easier, faster alternative to Debezium, we built Sequin to provide the same guarantees of Debezium while eliminating all this complexity.

  4. debezium

    Change data capture for a variety of databases. Please log issues at https://github.com/debezium/dbz/issues.

    Debezium

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Kafka Connect Basics

    1 project | dev.to | 2 Apr 2026
  • Streaming Crypto Changes: A Practical Guide to Real-Time Data Pipelines with Debezium CDC

    1 project | dev.to | 22 Jan 2026
  • How to Ingest Your Legacy Database to Snowflake

    1 project | dev.to | 20 Jan 2026
  • PostgreSQL + Outbox Pattern Revamped — Part 1

    2 projects | dev.to | 8 Jun 2025
  • Choosing the right, real-time, Postgres CDC platform

    2 projects | dev.to | 16 Apr 2025

Did you know that C is
the 6th most popular programming language
based on number of references?