Original link http://www.oschina.net/question/12_59707
monjadb is a mongodb GUI client tool that provides intuitive MONGODB data management capabilities that support Windows/mac/linux.
MONJADB is an Eclipse plugin, you must first install eclipse.
Main Features:
- Use
- WYSIWYG Edit Json/table/tree Data
- Very flexible form Management
- "Actions" is a powerful macro-like function, highly compatible with MONGO client tools
- Cross-platform Support (Windows, MAC, Linux).
- Open source
Here are some of the features of MONJADB:
>> Connection Dialog
There are two ways to connect: a regular TCP connection or a redirected connection over an SSH port
>> DB Tree
"DB Tree" displays all databases and records using a tree-like structure
>> DB List
Show Database list
>> Collection List
Displaying collections in a database
>> Document List
Displays a list of documents that can be queried through find and can be modified by double-clicking
>> JSON
To display a view of a document, you can edit the update directly, but some data types are changed, such as integers into double type data, and if you want to keep the original data type, use the Document editor view.
>> Document Editor
The document Editor view uses a tree structure to display documents, modify values and data types directly, and suggest using this view to modify the data.
>> Actions
The actions view is used to manage actions, and each action in MONJADB is an actions, and when you perform some repetitive actions, you can use this view as a shortcut to avoid complex GUI actions.
>> Saved Actions
Actions can be saved for next use, similar to bookmark functionality.
>> JavaScript on MongoDB Server
This is equivalent to the eval () function of JavaScript
License: GPL
Install directly in Eclipse : http://www.jumperz.net/update/.
Manual Installation:
Download the following jar file and save it to the "your_eclipse/plugins/" directory and restart ECLIPSE.
-Net.jumperz.app.mmonjadb_1.0.2.201206131212.jar
Source Download: GitHub
monjadb--Eclipse-based MongoDB GUI Client tool (reprint)