A NetBeans plugin for browsing MongoDB. It adds a node to the Services tab. Right click it to add servers.
You can browse into collections; responses to queries are browsable as subnodes; the property sheet shows all non-Map, non-List properties (lists and Maps become additional subnodes).
Stable and works.
Note that as yet there is no write support, just browsing.
It's a Maven project built using the NBM Maven Plugin - just check out and build.
A continuous build of it, with NBM download, is on timboudreau.com. To install in NetBeans, simply download and install using Tools | Plugins on the Downloaded tab.
- Authentication, storing passwords using keyring api
- Refresh action on collections and other nodes
- Write support
- Write support for properties
- Custom queries
- Add/remove collection, item, database
MIT license