滿多人推薦的 MongoDB GUI 管理工具:Robomongo
在畫面操作、可跨不同平台(Mac, Linux, Windows)的特點,讓滿多人推薦的。
特色:
- Full Power of MongoDB Shell. Robomongo embeds the same JavaScript engine (based on Mozilla SpiderMonkey), that powers MongoDB’s mongo shell. It means that you can reuse your existing skills of MongoDB Shell in Robomongo
- Multiple Shells. Open as many shells as you need. Every tab in Robomongo is a MongoDB shell, fully isolated from each other.
- Multiple Results. Robomongo executes your code in statement by statement way. That means that you will receive as many result as many statements you have.
- Autocompletion. Robomongo provides you with autocompletion for all objects (and thus functions) that are known by JavaScript runtime, including autocompletion for databases, collections and even your document objects.
- Cross-platform, open source.
這篇中文文章亦可參考:
MongoDB Tutorial(2)MongoDB 的 Query Language