Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Bi-Directional Synchronization

Hi,
I am new to Talendo and would appreciate help.
we are developing an application which would extract incremental data from clients database in real time.
Also any Inserts and Updates on our application should be transmitted to the clients database in real time.
The clients database is located remotely and we would like to minimize if not eliminate any kind of installation on the clients machine.
Can you please let me know which of the Talendo products would help us on achieving this and also any technical documentation surrounding this.
Thanks
SK
Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi,
For community version, there is a only way to achieve your goal. Matching the table and comparing all records to conclude the needed inserted records, updated records, and deleted records.
In Talend Enterprise Subscription Version, there is a CDC(Change Data Capture)technology which can achieve data sync, however, it only take action in one DB.
This reference is about the "CDC" technology TalendHelpCenter:Change Data Capture (CDC): publish/subscribe
and video TalendHelpCenter:Change Data Capture (CDC) is easy with Talend Studio - v5.3.
Best regards
Sabrina