MongoDB Compass¶
MongoDB Compass is a GUI tool for querying, aggregating, and analyzing MongoDB data in a visual environment.
Info
Official Documentation: https://www.mongodb.com/docs/compass/current/
MongoDB Compass is a powerful GUI for querying, aggregating, and analyzing your MongoDB data in a visual environment.
Compass is free to use and source available, and can be run on macOS, Windows, and Linux.
Install¶
For Mac¶
For Mac, it can be installed from Homebrew.
https://formulae.brew.sh/cask/mongodb-compass
brew install --cask mongodb-compass
1 |
|
1 2 3 4 5 |
|