Top "Mongodb-compass" questions

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

MongoDB Compass timeouts

I'm using MongoDB Compass to perform an aggregation on a reasonably large dataset (~2,000,000 documents, 300MB) through an SSH tunnel. It …

mongodb mongodb-compass
View last N documents using MongoDB Compass

I wish to view in MongoDB Compass the last N documents in a very large collection; too many to scroll …

mongodb mongodb-compass
How to run Native mongo query in mongoDB Compass?

I'm trying to find data using native Mongo queries, but can't do it. It seems mongoDB Compass only provides filter …

mongodb mongodb-compass
Aggregate method in MongoDB Compass?

as stated in the title i'm having some problems querying from MongoDB Compass using the aggregate methhod. I have a …

mongodb aggregate mongodb-compass
Connecting using MongoDB Compass

I'm trying to see the contents of a collection using MongoDB Compass. I have username/password authentication set up. I …

mongodb database-connection database-administration mongodb-compass
Unable to connect to AWS Documentdb using MongoDB Compass. No option to pass sslInvalidHostName

AWS DocumentDB is a relatively new service we're trying to migrate to. To connect from outside of the VPC, you …

amazon-web-services amazon-ec2 mongodb-compass aws-documentdb-mongoapi
Connecting MongoDB compass to MongoDB running on another machine

I built a Node.js RestAPI that communicates with a MongoDB. I've deployed this into a host machine. Everything is …

database mongodb ubuntu database-connection mongodb-compass
MongoDB Compass - How To Insert Date Type?

When inserting a document into a MongoDB database with MongoDB Compass how do I insert the current date? I have …

mongodb mongodb-compass
MongoDB Compass connect ECONNREFUSED 127.0.0.1:27017

The default localhost connection refused. Operating System: Windows 7 MongoDB Compass: Version 1.19.12 screenshot

mongodb mongodb-compass
Not able to connect MongoDB Compass

I am not able to connect my server in MongoDB Compass. I am trying to connect by identity file. I …

mongodb laravel mongodb-compass