
Logicbots compass tutorial install#
To use MongoDB Compass, you must install it on your local computer. It will generally work with any MongoDB installation regardless of the operating system as long as authentication has been enabled and you’ve allowed access to it from your local machine. This tutorial concentrates on MongoDB itself, not the underlying operating system.
Logicbots compass tutorial how to#
Note: The linked tutorials on how to configure your server, install, and then secure MongoDB installation refer to Ubuntu 20.04.

This tutorial has instructions for how to install Compass on machines running Ubuntu and RHEL-based operating systems, but it also includes links to MongoDB’s instructions for installing Compass on Windows and MacOS.
.jpg)
With MongoDB Compass, sometimes shortened to Compass, you can access most of the features the MongoDB database engine offers through an intuitive visual display. To this end, the MongoDB project offers an official graphical user interface called MongoDB Compass. Some may find it helpful to instead use a visual tool to view, manipulate, and analyze their data.

However, a command line interface isn’t always ideal for working with a database, as it may not be clear how one can find or analyze their data. The MongoDB shell allows you to access a database as long as you already have access to the server on which MongoDB is running. The author selected the Open Internet/Free Speech Fund to receive a donation as part of the Write for DOnations program.
