MongoDB is a document-oriented NoSQL database, perfect for high traffic and intensive load environments.
Working with MongoDB can be a real hell if you don't like command line interfaces.
That's why soon after its release, seeing the database's potential, many developers have created MongoDB administration interfaces, for both desktop and the Web.
mViewer is one of those tools, a Java-based WebUI, working just like phpMyAdmin works for MySQL.
mViewer can be used for all MongoDB-related administration tasks, from users, to databases, collections, and documents.
Build and installation instructions are provided with the mViewer README file.
Features:
- Add database
- Delete database
- View database statistics
- Executing queries
- Add collections
- Delete collections
- View collection statistics
- Add documents
- View documents
- Edit documents
- Delete documents
- Manage GridFS
- Add buckets
- Drop buckets
- View bucket statistics
- Add files
- View files
- Delete files
- Add users
- Edit users
- Delete users
- Drop users
- Added index
- View index
- Delete index
- Drop indexes
- Search for a command
Comments not found