Do any of these nosql db's have GUI explorers?

I really don't see how this is a major goal of any scalable database. You could certainly use time to make some swanky visual tool, but These data sets are usually so big that ad-hoc queries run against a production system will return too much data to be useful Developers have enough real problems to think about - like working out a compromise between availability, consistency and partition-tolerance.

1 Strange then that data warehousing tools (which deal with truly gigantic datasets - every item sold by Walnart, for example) have provided such facilities for years. And is "scalable database" the new euphemism for "databases for dimwits"? – anon Dec 24 '09 at 21:41.

CouchDB does: visit the localhost:5984/_utils/ once installed.

On Mac, there's also CouchDBX (janl.github. Com/couchdbx) which basically wraps the web-based front-end in a stand-alone app. It's an nicely polished database front-end, especially considering it's in the browser.

– Emily Jan 26 '10 at 22:47.

When using a graph database visualization of the data comes in very handy during both development and debugging. For the Neo4j open source graph database there is Neoclipse, which can be used both to model the domain during development and to peek into an existing database; and neoviz, a Rails based visualization tool for Neo4j.

It looks like there are some in the works for MongoDB: github.com/sbellity/futon4mongo mongodb.org/display/DOCS/Http+Interface mongohq.com.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions