MongoDB
MongoDB is a NoSQL document database that provides high performance, high availability, and easy scalability. It stores data in flexible, JSON-like documents.
How do I activate this integration?
First Step
Log in to your Onvo account, go to the Integrations page, and click on
Connect
next to the MongoDB Database card.
Second Step
You will then be shown a configuration modal where you can enter the MongoDB
credentials and click on Connect MongoDB
.
Third Step
Head over to the Data sources page and click on New data source
.
Fourth Step
Fill in a name for the data source, an optional description, and choose
MongoDB as the type. Then click on Connect
.
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.
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.
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
MongoDB connection URL, including authentication details if required (e.g., "mongodb://username:password@localhost:27017").
Name of the MongoDB database (e.g., "mydatabase").
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.