What is Robomongo?
Robo 3T is a shell-centric, native, cross-platform management tool for MongoDB NoSQL data stores. It was formerly known as Robomongo.
At the time of writing this section, the latest version of Robo 3T is 1.1.1, which supports MongoDB 3.4. Its official website is https://robomongo.org.
Setting up Robomongo
We can download the latest version of Robomongo from https://robomongo.org/download. When we click on the download link, we can observe that it supports Windows, Linux, and Mac environments, as shown here:

Here, we will discuss how to install Robo 3T in a Windows environment. It is almost similar for all environments:
- Download the latest version of Robomongo (for instance, Robo 3T 1.1) as a ZIP file. We will get the
robo3t-1.1.1-windows-x86_64-c93c6b0.zip
file. - Extract that Zip file to the required location in your filesystem.
- Double-click on the
robo3t
application available at the Robo3T root folder, likeC:\robo3t-1.1.1-XXX
. This will open Robo 3T, as shown here:

Note
We can...