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
- Host: GitHub
- URL: https://github.com/timboudreau/netbeans-mongodb
- Owner: timboudreau
- Created: 2013-07-10T06:14:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-19T11:40:24.000Z (about 11 years ago)
- Last Synced: 2025-04-29T21:39:14.938Z (8 months ago)
- Topics: mongdb, netbeans-plugin
- Language: Java
- Size: 289 KB
- Stars: 14
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).

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