A Integration of GUI based nosql to netbeans ide - mongodb

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.

Related

Mongodb download option for community server not available

So I need to download Mongodb community server for my class. However, the download option itself is not present in the mongodb page! I am using windows and internet explorer to do this.
The options of version, platform, package and the download button is not present, but merely a link which doesn't work itself. I am confused on how to proceed. Thanks in advance.
You can download any past or current version of MongoDB from the Archive Page. Make sure to select the correct architecture (Windows) for the version you're interested in downloading.

Add Server in Eclipse via Command line? (Windows)

I would like to set up the laptops of our java developers in a more automated way.
I installed eclipse and all necessary plugins and checked out the repository via Puppet+Chocolatey. An IBM Websphere Liberty Profile for testing the application is running in a virtual machine on the laptops as well.
Is there any way to add a new server in Eclipse via the command line? Or connect to an existing one? Using for example eclipsec.exe?
I already fought my way through the documentation but without success. (http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fruntime-options.html)
Have anyone of you experience with this kind of problem?
Cheers,
Stephan

Reverse Engineer to get UML with PostgreSQL

Are there are any tools available for use with Postgres so that I can generate UML for the database that I have already created.
Visual Paradigm has some nice products, check http://www.visual-paradigm.com/ Most of their products work on Linux, OS X and Windows.
You can adapt this script for MySQL
http://askuml.com/blog/list-all-fields-of-all-mysql-db-tables-in-yuml-class-diagrams/
by just changing the driver from Mysql to Postgress found here http://softinnov.org/rebol/pgsql.shtml
This is a sample reverse enginiering for Wordpress DB:
ppstgres_autodoc is the standard open source tool. http://www.rbt.ca/autodoc/
I have used SQL Power Architect which has a free version to do most of the tasks you need with reverse engineering and stuff like that. I found it to be easy to use and simple.

Are there any other good graphical administration tools for SQLite on the mac, instead of the Firefox Extension?

Are there any other good graphical administration tools for SQLlite on the mac, instead of the Firefox Extension?
I use this SQLite Database Browser it works fine, is lightweight and free (as in beer). And no complaints about it at all, however its not actively maintained anymore, which is a pity. But the code is free (as in speech) and it also can be used on Windows and Linux.
Take a look here: http://www.sqlite.org/cvstrac/wiki?p=ManagementTools
Base
SQLiteStudio
SQLiteManager
SyBrowser
If you are familiar with Java and JDBC setups you could use Squirrel SQL together with a SQLite JDBC Driver E.g.
I've used Squirrel for a while now and its pretty good.

Good OleDB/ODBC provider for PostgreSQL

I'm in need of a functional OleDB data provider for PostgreSQL. It should be similar to the ODBC provider for MySQL. See http://dev.mysql.com/downloads/connector/odbc/5.1.html
The postgres software catalog has some providers on there.
dotConnect for PostgreSQL (from Devart) offers a pretty good one. It is fast and works. The free version will give you your basic ADO.net support, the pay offers everything else. ODBC doesn't have a free version.
http://www.devart.com/dotconnect/postgresql/
edit
Adding the direct link to the ODBC connector as it is on a separate page.
https://www.devart.com/odbc/postgresql/
If you want to check the last version of ODBC for PosgreSQL :
http://www.postgresql.org/ftp/odbc/versions/
Enter in the "msi" folder for the installer.
But be careful, when you are using ODBC, there is a 32bits and a 64bits version. So choose the right one.