mongoDB GUI that supports the new mongodb authentication system - mongodb

is there a mongoDB GUI that supports mongo 2.6+ authentication?
I have a mongoDB 3.0.3 server and can't manage it with robomongo anymore. I also tried MongoHub with no luck :(
I want to access from a MacOS
Thanks!

Try MongoChef. It's free for non-commercial and personal using. It seems good.
http://3t.io/mongochef/download/platform/

Try MongoBooster. Essential MongoDB Admin GUI.
http://mongobooster.com
Disclaimer, I am one of developers of MongoBooster.

I use "adminMongo" which supports latest MongoDB version.
https://github.com/mrvautin/adminMongo
Please raise any issues in Github.
Disclaimer: I'm the developer.

I've just released Mongoclient which supports OSx, Linux and Windows as well as mobile platforms, since it's written in meteorJS.
By the way it's completely free and open-source.

Related

Meteor mongodb version

On starting meteor 1.4.1, I get this message:
Your development database is using mmapv1, the old, pre-MongoDB 3.0 database
engine. You should consider upgrading to Wired Tiger, the new engine. The
easiest way to do so in development is to run meteor reset. If you'd like to
migrate your database, please consult
https://docs.mongodb.org/v3.0/release-notes/3.0-upgrade/
I though Meteor looks after the mongodb side of things under the hood and I would need to fix it if it is not broken, Will it be a problem if left as is or should be better to upgrade, and how to go about it? Thanks
You can check it in here.
https://guide.meteor.com/1.4-migration.html#update-to-mongo-3_2
MDG recommended you to update. minimum version supported by metetor1.4 is Mongodb Version 2.6.

MongoDB WiredTiger issue

I have work a lot with MongoDB 2.6, then I decide to start using MongoDB 3.0.2.
1) When I create an Database using the shell command, the command return true but
the database is not created.
use NewDatabaseName
2) When i try to create some collections, sometime is created and sometime no
I'm using Debian 64Bit, latest version.
Anybody is having this issue?
MongoDB 3.0 is not compatible with all GUI.
For example today MongoVUE do not work at all.
But MongoDB Management Studio sounds like the only one that really work.
Also here some other post related.
mongodb version 3.0.0 client robomongo mongovue
Yes your problem is GUI-related. You can check out different tools on this page:
http://mongodb-tools.com/
I will most probably be using MongoChef from now on.

mongodb version 3.0.0 client robomongo mongovue

We are using mongo client tools such as Robomongo and MongoVUE from our windows/mac machines. On the mongodb server side, we decided to try out the new MongoDB 3.0.0rc8 with wiredtiger storage. However, we find that we are not able to list any collections from our client tools and mongo shell. If we login to the server box running mongodb, and then start a mongo shell, then we are able to view the collections.
Is this a known problem - that the existing tools like Robomongo and MongoVUE which have been supporting up to 2.6.X are not yet supporting mongodb 3.0.0?
Is there any mongo client that supports version 3.0.0?
Thanks and Regards,
Archanaa Panda
We encountered the same issue today and started evaluating MongoChef http://3t.io/mongochef which looks promising, both seen to UI, features and support for WiredTiger.
Here is the answer to this question i got on google forums from Will Berkeley-
Yes, those tools need to be updated to support 3.0 on WiredTiger. Many
tools enumerate namespaces by querying system collections that do not
exist when MongoDB is running WiredTiger. The mongo shell function
db.getCollectionNames() and the show command pre-3.0 does this, too -
the reason you can list collections on the 3.0 mongod box is that you
have the 3.0 mongo shell installed there.
-Will
I use NoSQL Manager for MongoDB with Mongo 3.0/WiredTiger
This is fixed as of February 1, 2016 with Robomongo.
Using the right version that is robomongo-0.9.0-rc8 fixed my problem.

MongoDB on AIX Server

I am new to mongoDb. I am trying to install mongo Db on AIX server. Can someone suggest whether AIX supports MongoDb and specify which version, installation steps as well.
Thanks in advance.
MongoDB doesn't support AIX. You can see the supported platforms on the download page.
Yes, we are all expecting for a support of big endian (AIX/HP-UX...) for mongoDB. But, it is quite possible to install mongo on AIX... but really no simple! You have two options to do it :
using SpiderMonkey and his JS engine (learn more about SpiderMonkey here: spidermonkey )
with this option at the install " --js-engine=none --server-js=off " it allows you making MongoDB work in AIX.

Driver from Node.js to Mongodb on Windows

I've not been able to find a native Mongodb driver for Node.js on Windows.
I'm using native Node.js and Mongodb on my Windows box. Both are running fine.
Would anyone know how to get Node.js and Mongo to talk natively on Windows?
well try it http://github.com/christkv/node-mongodb-native/ and this reference i hope will help u 2 - http://howtonode.org/express-mongodb and even this http://howtonode.org/node-and-mongo