Blog
Change data capture Pipeline using Debezium
#postgres#elasticsearch#kafka#kibana#databases#replication
Real-time data replication and indexing are critical for building responsive and scalable systems. Change Data Capture (CDC) is a technique for tracking changes in a database and propagating them to downstream systems in near-real time.
December 11, 2024
Exploring postgresql logical replication
#postgres#databases#replication
PostgreSQL’s logical replication is a powerful feature that enables fine-grained replication of data from one PostgreSQL instance to another. It provides flexibility for use cases such as real-time data synchronization, migrations, and scaling out read workloads. In this blog, we’ll explore logical replication, set it up using Docker Compose, troubleshoot common issues, and verify the setup with a Python script.
December 3, 2024