I've googled around but couldn't find a working MongoDB viewer or data browser. An ideal (for my needs) would be a web based viewer with dead simple features (browsing and doing queries).
Thanks for your answers.
I've googled around but couldn't find a working MongoDB viewer or data browser. An ideal (for my needs) would be a web based viewer with dead simple features (browsing and doing queries).
Thanks for your answers.
While the built in Http Interface of MongoDB isn't exactly what you are asking for, but it is available and supports a REST interface to do simple queries, etc. This is built-in to the mongo instance with a default of port 28017.
As well as those mentioned by shingara, there's also:
MongoHub is moved to a native mac version, please check http://github.com/bububa/MongoHub-Mac.