
There are two ways to add data in a collection in Compass. So it can be run later on, and we don’t have to write everything again, we can simply click on the stored query object now to know that these query in the right tab will be shown as per collections. We can see already executed queries on a particular collection, and the time at which we ran the query, and we can simply bookmark them on the right side.

#EXPORT MONGODB COMPASS FREE#
Using an option to create a database that is on top, feel free to create a new database. In the middle, we can explore some extra details like the number of collections and indexes for that database. Authentication set: None, as we are not using authentication for connection to a local database, but database hosting the server usually requires these based on their security type.Īgain nothing very fancy, we can see previously created databases on the left side.

Port: We have already mentioned that 27017 this default Mongo port.Hostname: 127.0.0.1 is used when we have to connect to Mongo on local.However, in case of any confusion, you can click on this text Fill in connection fields individually. 27017 is the default port on which mongo database runs. Now see, we have used a connection string for making our connection to local Mongo. Now, let’s connect to our local database. In simple words, you can host your database and cluster (fancy word for an instance of a database) for free. You can create a free cluster on MongoDB Atlas, which is an online site.We are going to follow a local host strategy, but it’s also very easy to connect to the server if you provide accurate details.It doesn’t matter whether it is a local connection or server-based connection. In other words, you can directly establish a Mongo connection. Mongo URI provides a sophisticated way to connect to the database.Favorite: In this, you get the database list you have marked as favorites, and you can quickly find them.New connection: It is used to establish a new connection.


So now, let’s understand this page bit by bit. So open the Compass, and this is the first screen you can see. Once downloaded, the time has come to see what it carries with it. Pick your platform or simply operating system (OS) first and start downloading. In this blog, we will explore the several use cases of MongoDB Compass and determine how useful they can be in terms of viewing our database and collections.įor the installation of MongoDB Compass visit: It is a freely available graphic interface tool and provides a lot of interesting as well as useful functionalities to the users. MongoDB Compass is the official database viewer and query analyzer for the Mongo database.
