MongoDB Compass¶
MongoDB Compassは、MongoDBのデータをビジュアルな環境でクエリ、集計、分析するためのGUIツールです。
Info
公式ドキュメント: 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.
インストール¶
Mac向け¶
Macの場合はHomebrewからインストールすることが可能です。
https://formulae.brew.sh/cask/mongodb-compass
brew install --cask mongodb-compass
1 |
|
1 2 3 4 5 |
|