MongoDB
Last updated
Last updated
MongoDB is a no-SQL database storing all your data in JSON
Connecting to MongoDB is very helpful if you have your own application that pushes data to a database. It usually contains information on your customers and their behavior
This Connector should probably be configured by (or with assistance from) your database responsible - youβre also welcome to
If your MongoDB (or the server its hosted on) has restrictive inbound IP rules, you need to with us as you cannot access the Less applicationβs IP currently. We are working on displaying the IP of the Less application inside the web application.
If your MongoDB (or the server its hosted on) has unrestricted IP access, continue below π
Input the Host IP of your MongoDB in the Less configuration window. Usually looks something like this: mongodb0.example.com
Input the Host Port of your MongoDB in the Less configuration window. Itβs usually 27017
.
Input the Database name of your MongoDB in the Less configuration window.
Input the names of the MongoDB Collections you want to extract in the Less configuration window. This should be a comma-separated list like collection1,collection2,collection3
Input the username and password of a MongoDB account with read access. Everything is encrypted in transit and at rest.