Mongo Management Studio is the best way to work with MongoDB on a simple manner . The slim and elegant graphical interface can effectively perform the typical MongoDB commands without having to use the Mongo shell command line. There are three different versions of Mongo Management Studio.
Community Edition
The Community edition offers basic functionality and is free to use. It is easily installed using the setup routine without the need of any furthur software dependencies.
...
The Enterprise edition is intended for production use environments in which databases are not directly accessible via the Internet. It is a node.js web application that can be installed on a server without a graphical user interface. Access to the application is controlled by a rights system .
Feature | Community | Professional | Enterprise |
---|---|---|---|
? | ? | ? | |
? | ? | ? | |
CRUD Operations | ? | ? | ? |
Replica-Set Support | ? | ? | ? |
UI Index Management | ? | ? | ? |
Export/ Import | ? | ? | ? |
MongoDB Authentication | ? | ? | ? |
Cross-Platform | ? | ? | ? |
Detailed Documentation | ? | ? | ? |
GridFS Support | read only | ? | ? |
SSH Connections | ? | ? | ? |
Autocomplete | ? | ? | ? |
Save Queries | ? | ? | ? |
Commercial Support | ? | ? | ? |
MongoDB User Management | ? | ? | ? |
Aggregation Framework Queries | ? | ? | ? |
? | ? | ? | |
Mobile Ready | ? | ? | ? |
Application User Management | ? | ? | ? |
...