MongoDB Compass is MongoDB’s own GUI tool for database management, visualization, and CRUD operations. It supports the latest MongoDB versions and is available on Linux, Mac, or Windows. mongodb-compass tag should be used when posting questions related to this tool.
The GUI for MongoDB. Visually explore your data. Run ad hoc queries in seconds. Interact with your data with full CRUD functionality. View and optimize your query performance. Available on Linux, Mac, or Windows. Compass empowers you to make smarter decisions about indexing, document validation, and more.
Development:
All versions of MongoDB Compass are source available and free to use. You can find the source repositories for MongoDB Compass at https://github.com/mongodb-js/compass/.
Running Compass locally requires Node.js
and npm
:
- Node.js: ^12.4.0
- npm: >=6.13.0
npm install
npm start [compass|compass-readonly|compass-isolated]
For issues, create a ticket in JIRA Project.
Is there anything else you’d like to see in Compass? Submit suggestions in our feedback forum.