I'm Rituraj, a Developer @Nagarro. founder of Maddyzone. JavaScript, Angular, Node.

Buy Me a Coffee at ko-fi.com

MongoDB management tool and admin interface

Today i am discussing about some MongoDB  management tool and admin interface by Which you can easily manage your MongoDB.

As we know that MongoDB is an open-source document database that provides high performance, high availability, and automatic scaling. In MongoDB data is save like JSON Format.like below

{
"name":"Rituraj Ratan",
"Age":25,
"groups":["Tech","News"]

}

Here i am not discuss more about in MongoDB.For more you can go to http://docs.mongodb.org/manual/.Here i am discussing to some very famous tool In MongoDB like in MySQL we use many management tool like phpmyadmin ,MySQLWorkBench and etc.

There are 2 tool for MongoDB is very Famous.

  1.  Robomongo

  2. Mongo Express

Lets Discuss One By One.

Robomongo

Robomongo MongoDB

Robomongo — is a shell-centric cross-platform open source MongoDB management tool (i.e. Admin GUI). Robomongo embeds the same JavaScript engine that powers the MongoDB 2.2mongo shell.It provides you many features like below.

  1.  syntax highlighting

  2.  autocompletion

  3. different view modes (text, tree, custom), and more.

  4. Multiple results

For more you can see here  http://robomongo.org/ and use this awesome tool.

Mongo Express

mongoexpress admin tool for mongoDB

MongoExpress is Web-based MongoDB admin interface written with Node.js and express.

There are many features like below

  • Connect to multiple databases

  • Connect and authenticate to individual databases

  • Authenticate as admin to view all databases

  • Database blacklist/whitelist

  • View/add/rename/delete collections

  • View/add/update/delete documents

  • Use BSON data types in documents

In short it is just like phplyadmin as in MySQL.you can treat is a webbased admin for you if you are using MongoDB.

For more about this tool please click here http://andzdroid.github.io/mongo-express/


Rituraj Ratan

I'm Rituraj, a Developer @Nagarro. Founder of Maddyzone .