Skip to content

herkrath/netbeans-mongodb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A NetBeans plugin for browsing MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%