Top "Mongodb-compass" questions

MongoDB Compass is MongoDB’s own GUI tool for database management, visualisation and CRUD operations.

Could not connect to MongoDB on the provided host and port

I just want to try MongoDB Compass GUI for MongoDB, but when I try to connect using local host port: 27017 …

mongodb mongodb-compass
Searching by ObjectId on Mongo Compass

How does one use Mongo Compass and search by ObjectID? I've been searching for the documentation for this but haven't …

mongodb mongodb-query mongodb-compass
Windows MongoDB - Installed Compass but can't find Compass within system

I ran the MongoDB Community Version Download Setup with the GUI for Mongo - Compass checked. No problems with the …

mongodb windows-7 mongodb-compass
MongoDB Compass filter (query)

In mongoDB compass I am getting no result with the below filters. Not sure what I am doing wrong. {user: {…

mongodb mongodb-query mongodb-compass
How to sort data using MongoDB Compass

I'm currently trying to use MongoDB Compass to query my collection. However, I seem to be only able to filter …

mongodb mongodb-compass
MongoDB Compass: select distinct field values

I am using MongoDB Compass and don't have Mongo Shell. I need to build a query using MongoDB Compass tool …

mongodb mongodb-compass
See / setup a user with MongoDB Compass?

With MongoDB Compass is it possible to see users for a database or create new ones?

mongodb-compass
How to delete selected multiple records in a collection in MongoDB using MongoDB compass

I'm very new to MongoDB and MongoDB Compass. I have some 1000 records in a customer collection. How I can delete …

mongodb mongodb-compass
Server selection timed out after 10000 ms - Cannot connect Compass to mongoDB on localhost

I'm studying about MongoDB and trying to connect Compass to my db on my local pc but keep getting the …

mongodb mongodb-compass
How to execute update ($set) queries in MongoDB Compass tool?

I'm new to MongoDB Compass tool and am trying to update a field in my collection. Please can someone suggest …

mongodb mongodb-query mongodb-compass