Questions tagged [change-data-capture]

Change data capture (CDC) encompasses database design patterns to keep track of changed data and perform actions with it.

In databases, change data capture (CDC) is a set of software design patterns used to determine (and track) the data that has changed so that action can be taken using the changed data. Also, Change data capture (CDC) is an approach to data integration that is based on the identification, capture and delivery of the changes made to enterprise data sources.

CDC solutions occur most often in data-warehouse environments since capturing and preserving the state of data across time is one of the core functions of a data warehouse, but CDC can be utilized in any database or data repository system.

271 questions
-3
votes
1 answer

CDC for 100 tables in TalenD

I am new to CDC, have a query. I have say 100 tables where i cannot create a subscribers for 100 tables to capture the data change using TalenD. Is their any way to capture for all the tables dynamically without manual creation of the subscribers…
1 2 3
…
18
19