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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

MongoDB CDC

We want to build a data pipeline that
1. Will read from and MongoDB collection for any changes that may be happening in realtime
2. Move them over to the other MongoDB collection.
Can you point us to any solutions that you may have to achieve this?

Labels (2)
5 Replies
Anonymous
Not applicable
Author

Hi nhhasnis
Talend does not offer CDC for MongoDB yet, you can find related information in this jira issue.
https://jira.talendforge.org/browse/PRE-6745

Regards
Shong
Anonymous
Not applicable
Author

Hi Shong

 

Thanks for your reply.

 

Is there a way to do the Mongo CDC progamatically?

 

Regards

manodwhb
Champion II
Champion II

@nkhasnis , you can try to use java program ,you can see that can able to derive or not.

Anonymous
Not applicable
Author

Hi Manohar

 

Is there a solution template or sample for the java program?

 

Thanks

manodwhb
Champion II
Champion II

@nkhasnis , I do not have.