Join Slack
Powered by
Another question about MongoDB : what is the best ...
# ask-community-for-troubleshooting
m
Mickaël Andrieu
07/13/2022, 5:15 AM
Another question about MongoDB : what is the best way to do if I have to sync data every 4h ? I have the feeling that the standard way import and overwrite all the data again and again, I'd hope there is something like CDC for MySQL : wdyt?
j
Jordan Fox
07/13/2022, 5:20 AM
I'm assuming you've read through the mysql docs?
https://docs.airbyte.com/integrations/sources/mysql/
m
Mickaël Andrieu
07/13/2022, 5:24 AM
yes, does it exist the same method for a MongoDB database ?
j
Jordan Fox
07/13/2022, 5:31 AM
https://docs.airbyte.com/integrations/sources/mongodb/
Jordan Fox
07/13/2022, 5:32 AM
mongo only has incremental append
👍 1
m
Marcos Marx (Airbyte)
07/13/2022, 4:19 PM
MySQL doesn’t support dedup yet
3
Views
Open in Slack
Previous
Next