Skip to main content

MongoDB

Boltic supports Integration with SQL databases like MongoDB. It fetches data from your MongoDB data source and allows you to create a Bolt that contains a sequence of actions such as integration, Transformation, and Destination. In addition to this, you can schedule a Bolt at a fixed interval or date and time.

Note

You will need to Whitelist the following IPs to allow Boltic to connect to your database:

3.108.32.225 , 13.234.253.96

Setup Guide to Integrate MongoDB With Boltic

This guide will give you a brief idea of what steps you need to follow to integrate MongoDB into Boltic

Step 1: Add Integration

First, visit the Add Integration page to select MongoDB as an integration.

Step 2: Configuration

Once you select the MongoDB data source, provide the following details to your Configure MongoDB Integration Page-

You can configure the MongoDB Integration either of the following connection method-

Host & Port Method

Databases
Description
HostA hostname is the IP address of the MongoDB.
PortA list of MongoDB port numbers. (Default- 27018)
Database NameName of the Database that has to be connected.
Authentication DBEnter Authentication DB.

Connection URI

Databases

Use either of the supported connection URI to connect MongoDB deployment: replica set or a shared clustered-

Standard Connection String: The prefix mongodb:/ is used for this of connection URI.

Example

mongodb://[username:password@]host1[:port1][,...hostN[:portN]][/[defaultauthdb][?options]]

DNS Seed List: The prefix mongodb+srv:/ is used for this connection URI

Example

mongodb+srv://server.example.com/

Step 3: Authentication

To validate the identity of database users and ensure high-level security, you can authenticate the database by using any combination of the methods mentioned below-

Note

Basic authentication and SSH can also work together or independently.

Step 4: Test & Save

To validate data source configuration, click on the Test & Save, and determine whether the connection is successfully established or not.

Add Info

Its metadata, which includes a description, can be used for surfacing information to end-users and as tags for monitoring. Click on the More Options button to enter the metadata.

Any Question? 🤓

We are always an email away to help you resolve your queries. If you need any help, write to us at - 📧 support@boltic.io