Connect your dataSupported integrations

MongoDB Atlas

Connect MongoDB Atlas to Querio using Atlas SQL.

Querio connects to MongoDB Atlas using its native Atlas SQL interface. This lets you query your Atlas collections using standard SQL, without moving data to another warehouse.

1. Get connection details

To connect, you need an Atlas SQL connection string.

You can find this in the Atlas UI by clicking Connect on your cluster, selecting Atlas SQL, and choosing the ODBC driver option to view the connection details.

Provide Querio with:

  • Server: Your Atlas cluster connection string
  • Database: The database name you want to query
  • Username: Your Atlas database user
  • Password: The password for the user

Note on permissions

The database user you provide to Querio must have read access to the database you want to query.

Last updated on June 17, 2026

On this page