Skip to content

MindsDB and MongoDB Compass

MongoDB Compass is the GUI for MongoDB. Compass provides detailed schema visualizations, real-time performance metrics, sophisticated querying abilities, and much more. You can download it here.

Connect

First, create a new connection in Compass by clicking the New Connection from the left navigation panel. Next, paste the connection string:

Or, fill in connection fields individualy:

In the above images we've connected to local MindsDB. Check the option bellow to connect to MindsDB cloud.

You can connect to your MindsDB Cloud account. To do that, please use the connection details below:

Hostname: `cloud.mindsdb.com`
Port: `272018`
Authentication: `Username / Password`
Username: *your MindsDB Cloud email*
Password: *your MindsDB Cloud password*

What's Next?

Now that you are all set, we recommend you check out our Tutorials and Community Tutorials sections, where you'll find various examples of regression, classification, and time series predictions with MindsDB.

To learn more about MindsDB itself, follow the guide on MindsDB collection structure. Also, don't miss out on the remaining pages from the MONGO API section, as they explain a common MQL syntax with examples.

Have fun!