Skip to content

MongoDB connect

Ivan Oliveira edited this page Jul 12, 2024 · 1 revision

Our MongoDB database is hosted on an Azure Cosmos DB for MongoDB account (RU).

  • To connect to it, you will need the connection string.
  • To obtain it, navigate to the Azure Cosmos DB resource at LINK.
  • The primary connection string can be found in Settings > Connection String.

To connect to the database, use the connection string as you would with any other MongoDB connection. For more information on how to do this, you can follow the various guides in the Quick Start tab. Additionally, Azure provides a simple GUI to interact with the database under the Data Explorer tab.

Clone this wiki locally