FXamel.hashnode.dev·Dec 5, 2024Apache Kafka - Kafka Connect - Debezium Connector MySQLRefs : https://kifarunix.com/install-apache-kafka-on-debian/ https://www.digitalocean.com/community/tutorials/introduction-to-kafka https://www.digitalocean.com/community/tutorials/how-to-integrate-existing-systems-with-kafka-connect https://huzz...Discusskafkaconnect
Priyansh KhodiyarforDatazipdatazip.io·Nov 22, 2024Problems with Debezium and How we (OLake, Open-Source) solve itChange Data Capture (CDC) is essential for modern data architectures that require real-time data replication and synchronization across systems. Debezium (a Java utility based on the Qurkus framework), coupled with Apache Kafka, has become a popular ...Discuss·86 readsdebezium
Priyansh KhodiyarforDatazipdatazip.io·Nov 21, 2024Common Challenges Using Debezium and Kafka Connect for CDChttps://datazip.io/blog/debezium-vs-olake Change Data Capture (CDC) is essential for modern data architectures that require real-time data replication and synchronization across systems. Debezium (a Java utility based on the Qurkus framework), coup...Discuss·155 readsdebezium
Nitish TiwariforParseableparseable.com·Jul 9, 2024How to set up a CDC pipeline to capture and analyze real-time database changes with ParseableDatabases are critical for any application. Data constantly gets updated, inserted, and deleted. In most of cases it is important for the business to keep track of these changes due to security concerns, auditing requirements, and to keep other relev...Discussredpanda
Sai SrirampurforPeerDB Blogblog.peerdb.io·May 6, 2024PeerDB Streams - Simple, Native Postgres Change Data CaptureWe spent the past 7 months building a solid experience to replicate data from Postgres to Data Warehouses such as Snowflake, BigQuery, ClickHouse and Postgres. Now, we want to expand and bring a similar experience for Queues. With that spirit, we are...Richard Christopher and 1 other are discussing this2 people are discussing thisDiscuss·3 likes·3.8K readsPostgreSQL
Nguyen Van Tuantuannguyenhust.hashnode.dev·May 1, 2024Change Data Capture - Cấu hình connector với Kafka1. Giới thiệu Change Data Capture là một tiến trình được sử dụng trong quản lý database để định danh và chụp lại log hoặc stream. Nó cho phép các ứng dụng hoặc hệ thông có thể consume và xử lý những dữ liệu thay đổi mới nhất. Ngày xưa, khi chúng ta c...Discuss·117 readsShare source codecdc
Tyler Wellsblog.skeego.com·Apr 22, 2024How to stream PostgreSQL CDC to Kafka and use Propel to get an instant APILearn how to stream PostgreSQL Change Data Capture (CDC) to a Kafka topic and serve the data via an API with Propel. This guide provides step-by-step instructions, from setting up your PostgreSQL database and Kafka broker to deploying the Debezium Po...DiscussPostgreSQL
Gireesh Kapilablog.thedevperspective.com·Dec 18, 2023Transactional Outbox PatternIn distributed systems, maintaining data consistency and ensuring reliable message delivery can be challenging. The transactional outbox pattern is a robust solution to address these concerns, particularly in microservice architectures. The Challenge...Discussoutbox
Basanta Kharelbasantakharel.com·May 9, 2023Setting up Kafka Connect with Debezium Connectors: Importance of Database History ParametersIf you're working with databases, you've probably heard of Kafka, Kafka Connect, and connectors. In a nutshell, Kafka is a distributed streaming platform that allows you to publish and subscribe to streams of records, while Kafka Connect is a framewo...Discuss·2.2K readskafka connect
Basanta Kharelbasantakharel.com·Apr 6, 2023Building a Scalable Streaming Architecture with Kafka and Debezium for Multiple SQL DatabasesIn a recent project at work, we needed to monitor changes to data stored in multiple databases and services in real-time. To achieve this goal, we opted for Kafka as our distributed streaming platform. We chose Confluent Cloud, the hosted service pro...Discuss·1 like·667 readskafka connect