License: GPL
Directly in eclipseInstallation: http://www.jumperz.net/update.
Manual installation:
Download the following JAR file and save it to the "your_eclipse/plugins/" directory. Then restart eclipse.
-Net. jumperz. App. mmonjadb_1.0.2.201206131212.jar
MonjadbIs a MongoDB GUI client tool that provides intuitive MongoDB data management functions and supports windows, Mac, and Linux.
Monjadb is an Eclipse plug-in that must be installed first.
Main features:
- Easy to use
- WYSIWYG edit JSON/table/tree data
- Flexible form Management
- "Actions" is a powerful macro-like function that is highly compatible with Mongo client tools.
- Cross-platform support (Windows, Mac, and Linux ).
- Open Source
The following are some monjadb functions:
> Connection Dialog
Two connection methods can be used: conventional TCP connection or ssh port redirection connection
> DB tree
"DB Tree" displays all databases and records in a tree structure
> DB list
Show database list
> Collection list
Display the set in the database
> Document list
Displays the document list, which can be queried through find. You can double-click to modify the data.
> JSON
To display the view of a document, you can directly edit the update, but some data types will be changed, such as integer to double type data. If you want to keep the original data type, use the document editor view.
> Document Editor
The "document Editor" View displays documents in a tree structure. Values and data types can be directly modified. We recommend that you use this view to modify data.
> Actions
The "actions" view is used to manage actions. In monjadb, each operation becomes actions. When performing repeated actions, you can use this view as a shortcut to avoid complex GUI actions.
> Saved actions
Actions can be saved for the next use, similar to the bookmarks function.
> JavaScript on MongoDB Server
This is equivalent to the eval () function of JavaScript.