An open API service indexing awesome lists of open source software.

https://github.com/timboudreau/netbeans-mongodb

A NetBeans plugin for browsing MongoDB
https://github.com/timboudreau/netbeans-mongodb

mongdb netbeans-plugin

Last synced: 6 months ago
JSON representation

A NetBeans plugin for browsing MongoDB

Awesome Lists containing this project

README

          

NetBeans MongoDB
================

A [NetBeans](http://netbeans.org) plugin for browsing [MongoDB](http://mongodb.org). 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](screenshot.png "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](http://timboudreau.com/builds/job/netbeans-mongodb/).
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