Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Web Technology by (47.6k points)

I'm using MongoDB in a reporting system and have to delete a whole bunch of test documents. While I don't have too much trouble using the JSON-based command-line tools, it gets extremely tedious to have to keep searching for documents, copy-and-pasting OIDs, etc., especially from a command prompt window (ever tried to "mark" text that wraps multiple lines?)

How can I visually inspect the databases and collections, perform some simple CRUD tasks and manage multiple scripts in a proper window (not a command prompt)?

2 Answers

0 votes
by (106k points)

For visually manage MongoDB documents and collections, MongoVue is the best I found till now, it has great features like database or collection copy and text mode viewing for records which is extremely useful

0 votes
by (108k points)

You can easily manage MongoDB documents and collections by visualizing it with the help of MongoDB GUI tools. As you must be aware that UI(user interface) is the most important part of the development of any application. It is quite hectic to work on the terminal or mongo shell thus MongoDB is having its own GUI so that working with NoSQL database will be simple, unique and straightforward. Here are some tools that you can use it to visualize the data inside the MongoDB database:

  1. MongoBooster

  2. RoboMongo

  3. MongoDB Compass

  4. MongoVUE

  5. RockMongo

  6. MongoHub

  7. 3T Mongo Chef

  8. UMongo

If you want to learn more about MongoDB then go through this MongoDB course for more insights.

Related questions

0 votes
2 answers
0 votes
2 answers
+1 vote
1 answer
asked Sep 26, 2019 in SQL by chandra (29.3k points)
0 votes
1 answer

Browse Categories

...