Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.16 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.16 KB

NetBeans MongoDB

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).

NetBeans MongoDB Plugin Screen Shot

Status

Stable and works.

Note that as yet there is no write support, just browsing.

Build And Run / Downloads

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.

To-Dos

  • 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

License

MIT license