How to install MongoDB Compass on Windows 10

How to install MongoDB Compass on Windows

install mongodb compass

What is MongoDB?

MongoDB is NoSQL, non relational type database (i.e., no rows, no columns). MongoDB is a cross-platform document-oriented database program. It is available both in free as well as paid versions. MongoDB provides support for JSON storage.

What is MongoDB Compass?

MongoDB Compass is a free graphic tool provided by the company to perform CRUD operations locally in your system.

How to setup MongoDB compass

How to install MongoDB

To install MongoDB on your computer just follow the given instructions:

  • First of all,  download the executable file from here. Make sure to download, only the current version and only the community version.
  • Open the downloaded file and follow the on-screen instructions to install MongoDB.

Note: In the setup wizard window, don't change the default settings. If done, you may run into problems, also if you want to install MongoDB Compass at the same time you may check the box that says install MongoDB Compass or you may also download and install it afterward.

How to install MongoDB Compass

To install MongoDB Compass on your computer just follow the given instructions:
  • Visit here to download MongoDB Compass from the official website.
  • Now double-click on the executable file and follow the on-screen instructions to install the MongoDB Compass.

Note: Do not change the default settings while installing the MongoDB Compass if you don't want to run into problems.

I hope this article was helpful to you.
Thank you.


Comments

Popular posts from this blog

How to install MySQL Workbench | Windows 10

How to install C and C++ | MinGW | Windows 10

How to install Python on Windows 10