Skip to main content

Mongodb

Setting up the Mongodb connector

NoItemRequiredExampleNotes
1HostYesHost of a Mongo database to be replicated.
2PortYes27017Port of a Mongo database to be replicated.
3Database nameYesDatabase to be replicated.
4UserYesUser
5PasswordYesPassword
6Authentication sourceYesadminAuthentication source where user information is stored.
7Replica SetNoThe name of the set to filter servers by, when connecting to a replica set (Under this condition, the 'TLS connection' value automatically becomes 'true').
8TLS connectionNoIf this switch is enabled, TLS connections will be used to connect to MongoDB.

Zipstack Cloud features a powerful SQL querying engine on top of many types of connectors, including those from Trino, some custom connectors and connectors from the open source Airbyte project. Some Zipstack cloud connectors are designed to utilize and expand upon Airbyte's connector protocol, but they do not use Airbyte's EL core. Additionally, some parts of the documentation for these connectors have been adapted from the connector documentation found in Airbyte's open source project.