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.

没有正确的解决方案

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top