

To create a new MongoDB database, right-click on the New Connection and select Create Database in the pop-up menu. Once the connection is successful, MongoDB will display all the available databases within the MongoDB deployment. To start the process, open the Robo 3T application and connect to a configured MongoDB Deployment by clicking Connect button at the lower right hand corner of the MongoDB Connections window.Ĭreating the MongoDB Database in Robo 3T GUI

ROBO 3T FILTER HOW TO
How to install and setup a MongoDB Server on macOS How to Install and Setup MongoDB on Windows NOTE: If MongoDB is not properly installed you can refer to the following articles on how to install MongoDB in each of the different OSs. If you have it installed you can run it in the background with the mongod commmand.Įnsure that Robo3T is properly installed before hand. PrerequisitesĮnsure that MongoDB is properly installed and running in the background. Robo 3T, formerly known as “Robomongo” is one of the leading MongoDB GUI ( Graphical User Interface ) tools out there that provides an easy way to interact with MongDB databases instead of the command line or Mongo Shell.

This article will discuss and show the simple steps of configuring a MongoDB database within Robo 3T GUI.
