Skip to content

Latest commit

 

History

History
107 lines (51 loc) · 2.6 KB

2015-05-11-mongodb-management-tool-admin-interface.md

File metadata and controls

107 lines (51 loc) · 2.6 KB
author comments date layout link slug title wordpress_id categories tags
riturajratan
true
2015-05-11 10:53:35 +0000
post
http://dlurratan37846/wordpress/?p=2028
mongodb-management-tool-admin-interface
MongoDB management tool and admin interface
2028
Node.js
Resources
MongoDB
mongoexpress
Node.js
Robomongo

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]({{ site.url }}/uploads/2015/05/Robomongo-screen-shot.png)]({{ site.url }}/uploads/2015/05/Robomongo-screen-shot.png)

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]({{ site.url }}/uploads/2015/05/mongoexpress-admin-tool-for-mongoDB-1024x577.png)]({{ site.url }}/uploads/2015/05/mongoexpress-admin-tool-for-mongoDB.png)

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/