MongoDB

MongoDB is a NoSQL document database that provides high performance, high availability, and easy scalability. It stores data in flexible, JSON-like documents.

title

How do I activate this integration?

1

First Step

Log in to your Onvo account, go to the Integrations page, and click on Connect next to the MongoDB Database card.

2

Second Step

You will then be shown a configuration modal where you can enter the MongoDB credentials and click on Connect MongoDB.

3

Third Step

Head over to the Data sources page and click on New data source.

4

Fourth Step

Fill in a name for the data source, an optional description, and choose MongoDB as the type. Then click on Connect.

5

Fifth Step

In the page that appears, fill in the MongoDB query parameters and click on Save changes. You should now see your data descriptions and sample data appear.

title

What can I do with this integration?

You can pull in data from MongoDB collections as data sources on Onvo to build your dashboards and reports. Any data source using the MongoDB integration will be kept in sync with the underlying data to keep your dashboards live.

You can create beautiful, interactive dashboards using your MongoDB data. Just ask for the kind of visualization you want in natural language to create a widget on the dashboard. You can also ask for data pre-processing before visualization. We also allow for questions in natural language to your data on MongoDB.

title
Once you are happy with your dashboard, you can integrate them into your products with the SDK.

How do I create a dashboard using MongoDB data?

On Onvo, you can do this by specifying the MongoDB database and collection in the data source configuration.

Config parameters

url
string

MongoDB connection URL, including authentication details if required (e.g., "mongodb://username:password@localhost:27017").

database
string

Name of the MongoDB database (e.g., "mydatabase").

collection
string

Name of the MongoDB collection to query (e.g., "mycollection").

Security considerations

It is recommended to create a dedicated MongoDB user with read access to the specified database and collection for Onvo integration. Ensure that the provided URL includes authentication details and is secure.

If you need to whitelist IP addresses, make sure to allow 35.209.78.5 for Onvo AI to access your MongoDB server.