python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
From Postgres CDC to BigQuery with materialized views
I'm designing a Change Data Capture from our Postgres to BigQuery.
I came across something that seems a powerful combination of:
Google BigQuery sync connector: https://docs.confluent.io/kafka-connec...
M4rk
Votes: 0
Answers: 0
How to select value in a JSON string by KSQL?
I have a JSONB field called metadata in a Postgres table. When I use Debezium PostgreSQL Connector to generate CDC, it writes metadata as a string into Kafka.
This one CDC I got in the Kafka topic my_...
Hongbo Miao
Votes: 0
Answers: 1
Incomplete SQL Server CDC Change Table Extraction Using Batches
Basic issue: I have a process to extract records from a CDC table which is 'missing' records.
I am pulling from a MS SQL 2019 (Data Center Ed) DB with CDC enabled on 67 tables. One table in particular...
swheelersql
Votes: 0
Answers: 1
Consuming multiple SQS messages in AWS Lambda for performing join operations
I'm currently working on a use case where I'm required to capture data using CDC approach and the data I'm receiving is through SQS only. The data change takes place in multiple tables and so multiple...
tech-ss
Votes: 0
Answers: 0