I'm looking to sync data from MongoDB and noticed ...
# singer-taps
s
I'm looking to sync data from MongoDB and noticed there are several MongoDB tap variants on Meltano Hub: https://hub.meltano.com/extractors/tap-mongodb/ Has anyone tried these and have opinions on which one to use? I noticed the default one hasn't been updated in 2 years and incremental replication is not working.
m
I contributed the meltanolabs variant. We’ve been running it in production for about two years now. We’ve made some changes to the log-based implementation that differ from the open-source version, though - we open a single cluster-level change stream instead of individual per-database/per-collection change streams.
But we’ve probably put tens of billions of records through it at this point.
👍 1