
Suppose you want to extract all properties of type “House” from the AirBnB database. Information about the indexes defined for the selected collection is also shown.


The other 3 menus ( Explain Plan, Indexes and Validation) will not be used in this tutorial, but are used, as you can see from their names, respectively to analyze the execution plan of a query, manage indexes and insert validation rules for the documents stored in the collection.įinally, in the upper right part of the screen some information about the number of comments saved, the space occupied both by the collection and on average by each document is always displayed.
#Mongodb compass insert document how to
Next we’ll see how to use it to understand which queries can return results of interest. The Schema menu is used to analyze the schema of the data in the collection and retrieve some statistics about the distribution of the data. The second menu is related to aggregation pipelines and is used for more complex queries that require transformation operations of the data present in the documents. Also, if there is any syntax error the badge next to the form field will have a red colored background. As you type, in fact, MongoDB Compass will suggest the fields and operators that might be useful to compose the query. Very useful features of the query form are the auto-completion and the syntax validation. To enter all these options, simply expand the query form by clicking on the OPTIONS button. It is possible to insert filters, projections, sort conditions and limitation of the number of records returned.

For each document displayed, you can edit it, copy it to your clipboard, duplicate it and delete it using the buttons on the right associated with each document.Īs mentioned earlier, this screen can be used to query the collections. The other views are the JSON (available since version 1.2) and the tabular view. If there are complex structures within a document (embedded documents, arrays) it is possible to expand them to display the data present.
