Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Database administration tool for MongoDB [closed]

Tags:

I'm kinda confused. MongoDB is one of the most popular DB. Is there any DB administration tool available for MongoDB like MySQL workbench or [localhost web based] PHPMyadmin.

I'm on windows 7 machine.

like image 606
Rashidul Islam Avatar asked Oct 15 '12 04:10

Rashidul Islam


People also ask

Is there any GUI for MongoDB?

The GUI for MongoDB. Compass is an interactive tool for querying, optimizing, and analyzing your MongoDB data. Get key insights, drag and drop to build pipelines, and more. Easily work with your data in Compass, the GUI built by — and for — MongoDB.

Which tool is used for MongoDB?

There are about eight tools in MongoDB to perform NoSQL operations on the database, with high performance, production, and efficiency. The tools are MongoDB Compass, MongoDB Connector, MongoDB Charts, MongoDB Studio 3T, NoSQL Booster, Mongo Management Studio, MongoJS Query Analyzer, and Nucleon Database Master.

Is there a workbench for MongoDB?

MongoDB recommends using MySQL Workbench version 6.3 to guarantee compatibility.


1 Answers

The mongo documentation has some suggestions:
http://www.mongodb.org/display/DOCS/Admin+UIs

Fang looks interesting

like image 164
mcalex Avatar answered Sep 19 '22 05:09

mcalex