rachid
rachid

Reputation: 2486

PostgreSQL Chage Data Capture in Talend

I need to capture PostgreSQL changes and I would prefer if it is log based.

How does tpostgresqlCDC work? Is it log/trigger based?

Is this component available on Talend open studio for data integration suit? I know it is available on the big data version, but I can seem to find it in Talend open studio for data integration?

Upvotes: 0

Views: 772

Answers (1)

a_vlad
a_vlad

Reputation: 261

Except AS400 and Oracle, all Talend CDC - trigger based plus:

  • it only in subscription version
  • at least in MySQL realisations - I found some wrong logic

opposite to MySQL it not so wide available, but You can try to check:

  1. Bottledwater
  2. wla2jjson
  3. Debezium , main site

CDC + Kafka - give real flexibility

Upvotes: 2

Related Questions