Admin UIs

Several administrative user interfaces, or GUIs, are available for MongoDB. Tim Gourley's blog has a good summary of the tools.

See also The built-in replica set admin UI page.

Tools

Fang of Mongo

A web-based user interface for MongoDB build with django and jquery.

It will allow you to explore content of mongodb with simple but (hopefully) pleasant user interface.

Features:

  • field name autocompletion in query builder
  • data loading indicator
  • human friendly collection stats
  • disabling collection windows when there is no collection selected
  • twitter stream plugin
  • many more minor usability fixes
  • works well on recent chrome and firefox

To track progress on twitter: @fangofmongo

JMongoBrowser

JMongoBrowser is a GUI app that can browse and administer a MongoDB cluster. It is available for Linux, Windows and Mac OSX.

MongoExplorer

MongoExplorer is a MongoDB management tool, written in Silverlight (.net – works in windows/osx/?linux?).

Features:

  • Easy to use
  • Shows all the collections and documents of the database
  • Uses a convenient tree view for documents
  • Drag’n’drop is fully supported
  • Document in-place editing

MongoHub

MongoHub is a native OS X GUI.

MongoVision

MongoVision is a MongoDB management tool, written for Prudence.

Features:

  • Extended JSON support
  • Tabular view
  • Click to sort
  • Filter boxes to alter query
  • Auto-refresh

MongoVUE

MongoVUE is a .NET GUI for MongoDB.

mViewer

mViewer is a web-based MongoDB administration tool.

Opricot

Opricot is a hybrid GUI/CLI/Scripting web frontend implemented in PHP to manage your MongoDB servers and databases. Use as a point-and-click adventure for basic tasks, utilize scripting for automated processing or repetitive things.

Opricot combines the following components to create a fully featured administration tool:

  • An interactive console that allows you to either work with the database through the UI, or by using custom Javascript.
  • A set of simple commands that wrap the Javascript driver, and provide an easy way to complete the most common tasks.
  • Javascript driver for Mongo that works on the browser and talks with the AJAX interface.
  • Simple server-side AJAX interface for communicating with the MongoDB server (currently available for PHP).

PHPMoAdmin

PHPMoAdmin is a MongoDB administration tool for PHP built on a stripped-down version of the Vork high-performance framework.

  • Nothing to configure - place the moadmin.php file anywhere on your web site and it just works!
  • Fast AJAX-based XHTML 1.1 interface operates consistently in every browser!
  • Self-contained in a single 95kb file!
  • Works on any version of PHP5 with the MongoDB NoSQL database installed & running.
  • Super flexible - search for exact-text, text with * wildcards, regex or JSON (with Mongo-operators enabled)
  • Option to enable password-protection for one or more users; to activate protection, just add the username-password(s) to the array at the top of the file.
  • E_STRICT PHP code is formatted to the Zend Framework coding standards + fully-documented in the phpDocumentor DocBlock standard.
  • Textareas can be resized by dragging/stretching the lower-right corner.
  • Free & open-source! Release under the GPLv3 FOSS license!
  • Option to query MongoDB using JSON or PHP-array syntax
  • Multiple design themes to choose from
  • Instructional error messages - phpMoAdmin can be used as a PHP-Mongo connection debugging tool

PHPMoAdmin can help you discover the source of connection issues between PHP and Mongo. Download phpMoAdmin, place the moadmin.php file in your web site document directory and navigate to it in a browser. One of two things will happen:

  • You will see an error message explaining why PHP and Mongo cannot connect and what you need to do to fix it
  • You will see a bunch of Mongo-related options, including a selection of databases (by default, the "admin" and "local" databases always exist) - if this is the case your installation was successful and your problem is within the PHP code that you are using to access MongoDB, troubleshoot that from the Mongo docs on php.net

RockMongo

RockMongo is a MongoDB management tool, written in PHP 5.

Main features:

  • easy to install, and open source
  • multiple hosts, and multiple administrators for one host
  • password protection
  • query dbs
  • advanced collection query tool
  • read, insert, update, duplicate and remove single row
  • query, create and drop indexes
  • clear collection
  • remove and change (only work in higher php_mongo version) criteria matched rows
  • view collection statistics

Meclipse

Eclipse plugin for mongodb: http://update.exoanalytic.com/org.mongodb.meclipse/

MongoDB ODA plugin for BIRT

The MongoDB ODA plugin for BIRT is an Eclipse based plugin which enables you to connect to a Mongo database and pull out data to display in your BIRT report. The interface is simple and an extensive user guide is also provided with the release.

http://code.google.com/a/eclipselabs.org/p/mongodb-oda-birt-plugin/

Commercial

Database Master

Database Master from Nucleon Software.

Seems to be written in .net for windows (windows installer).

Features:

  • Tree view for dbs and collections
  • Create/Drop indexes
  • Server/DB stats
  • Support RDMBS (MySQL, postgres, ...)

|align=center!

Data Viewers

mongs

Labels

ui ui Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

PLEASE POST QUESTIONS IN THE USER GROUPS FORUM. Post non-question comments and helpful hints here.

blog comments powered by Disqus