This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.
MongoDB
Overview
MongoDB connector pulls data from the remote database.The source is using Airbyte docker image (@airbyte/source-mongodb). Learn more how Airbyte-based sources work
How to connect
Please read setup guide for more information.Connection Parameters
| Parameter | Documentation |
|---|---|
host*string (required) | Host of a Mongo database to be replicated. |
port*integer (required) | Port of a Mongo database to be replicated. |
database*string (required) | Database to be replicated. |
user*string (required) | User |
password*string (required) | Password |
auth_source*string (required) | Authentication source where user information is stored. See the Mongo docs for more info. |
replica_setstring (not required) | The name of the set to filter servers by, when connecting to a replica set (Under this condition, the 'TLS connection' value automatically becomes 'true'). See the Mongo docs for more info. |
sslboolean (not required) | If this switch is enabled, TLS connections will be used to connect to MongoDB. |