This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.

πŸ“œ Configuration

Configuration UI

πŸ‘©β€πŸ”¬ Extending Jitsu

Overview
Destination Extensions
Source Extensions
API Specs

Jitsu Internals

Jitsu Server

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

ParameterDocumentation
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_set
string
(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.
ssl
boolean
(not required)
If this switch is enabled, TLS connections will be used to connect to MongoDB.