Mongodb
Setting up the Mongodb connector
| No | Item | Required | Example | Notes |
|---|---|---|---|---|
| 1 | Host | Yes | Host of a Mongo database to be replicated. | |
| 2 | Port | Yes | 27017 | Port of a Mongo database to be replicated. |
| 3 | Database name | Yes | Database to be replicated. | |
| 4 | User | Yes | User | |
| 5 | Password | Yes | Password | |
| 6 | Authentication source | Yes | admin | Authentication source where user information is stored. |
| 7 | Replica Set | No | 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'). | |
| 8 | TLS connection | No | If 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.