Anyone here use the `pipelinewise-tap-mongodb` `tr...
# plugins-general
w
Anyone here use the
pipelinewise-tap-mongodb
transferwise
variant of
tap-mongodb
? I've been using this for a few months with a local MongoDB database but I'm struggling a little bit to connect it up with a MongoDB database I have deployed on Azure. I'm asking this to see if anyone can save me some time and trial and error. To connect locally to my deployed MongoDB database, I need to provide an extra dict like:
{"ssl": true, "replicaSet": "globaldb", "retrywrites": false, "maxIdleTimeMS": 120000, "appName": "@app-name@"}
. I think, according to this page, https://hub.meltano.com/extractors/tap-mongodb/#mongo-setting, that I might be able to control this with the
TAP_MONGODB_MONGO
environment variable. Can anyone point me in the right direction?