Using the CDC Webhook Sink in CockroachDB
Create a simple streaming data pipeline using the Change Data Capture Webhook (HTTPS) Sink
Jan 22, 20233 min read167

Search for a command to run...
Series
In this series, I will demonstrate a few implementation examples of change data capture (CDC) in CockroachDB.
Create a simple streaming data pipeline using the Change Data Capture Webhook (HTTPS) Sink

Create a simple streaming data pipeline using the Change Data Capture Kafka Sink

The transactional inbox pattern using Pub-Sub and CockroachDB

Using CDC projection and transformations in CockroachDB along with the Outbox pattern to keep multiple copies in sync

Implementing the transactional outbox pattern in CockroachDB using CDC and TTLs
