Question

Is there any No SQL Database which has GUI like that of Oracle Database instead of command prompt?

I currently want a database with nodes and lists. And I found out MongoDB does not have a GUI. Also, I want to integrate it into my NeatBeans IDE.

No correct solution

OTHER TIPS

NBMongo is a NetBeans plugin to interact with MongoDB. It's available for NetBeans 7.4 and 8.0 (you can install it directly through the NetBeans update center). See also the plugin page on NetBeans Plugin Portal.

There are numerous third party GUIs for MongoDB listed here

As far as I know Oracle Database offers a desktop client. If that's what you are looking for there might be something out there 1

Now if what you are looking for can also be a web interface, then I'd recommend taking a look at RethinkDB which offers an exquisite admin and data explorer, but also CouchDB.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top