
Trying to do capacity planning for a migration to Azure Cosmos DB? You can use information about your existing database cluster for capacity planning.

Explore MongoDB samples with Azure Cosmos DB's API for MongoDB.
Robo 3t mongodb download how to#
Learn how to use Studio 3T with Azure Cosmos DB's API for MongoDB.On the SSL tab, check Use SSL protocol, then change the Authentication Method to Self-signed Certificate.įinally, click Test to verify that you are able to connect, then Save.
Robo 3t mongodb download password#
Then, enter your Database (default is Admin), User Name and Password.īoth User Name and Password can be found in your connection information in Step 1. 3T will continue development of Robo 3T in parallel with its own MongoDB GUI and. By default, the address is localhost, and the port is 27017. When the app starts, it displays out previous connections, or we can create a new one. After starting the server, go to RoboT 3T Application and connect to the server.

There are other client applications (e.g., Studio 3T), but the free version is sufficient. mongodb-data: Directory you must have created to store all your Data. On the Authentication tab, click Perform authentication. Robo 3T is a simple free client application for accessing MongoDB databases. Then, find the Host and Port from your connection information in Step 1 and enter them into Address and Port, respectively. In the Connection Settings window, choose a name. Then, click Create in the MongoDB Connections window, which will open up the Connection Settings window. Retrieve the connection information for your Cosmos account configured with Azure Cosmos DB's API MongoDB using the instructions here.Ĭlick the connection button under File to manage your connections. To add your Cosmos account to the Robo 3T connection manager, perform the following steps: If you want to secure the traffic to database, you can configure the SSL settings as the below. b) Input User and Password information in Authentication tab. Unlike most other MongoDB admin UI tools, Robo 3T embeds the actual mongo shell in a tabbed interface with access to a shell command line as well as GUI.

Click the connection button under File to manage your connections. a) Input connection information in Connection tab. Currently, Robo 3T v1.2 and lower versions are supported with Cosmos DB's API for MongoDB. To add your Cosmos account to the Robo 3T connection manager, perform the following steps: Retrieve the connection information for your Cosmos account configured with Azure Cosmos DBs API MongoDB using the instructions here.
