Skip to content
This repository has been archived by the owner on Dec 29, 2019. It is now read-only.
halfdan edited this page Sep 14, 2010 · 3 revisions

MongoUI

MongoUI is a web-based frontend for MongoDB written in PHP5.3. It makes heavy usage of JavaScript, which must be enabled in your browser for MongoUI to work properly. You need at least PHP 5.3 installed on your server as MongoUI makes usage of namespacing which was introduced in 5.3.

Features

Features of MongoUI will include:

  • i18n
  • Databases
  • repair, drop, clone
  • Collections
  • validate(), datasize, indexsize, clone/copy
  • Indexes
  • User management (as admin)
  • queries – explain() output
  • security: view users, adjust
  • See replication status of slave and master
  • harding
  • system.profile viewer ; enable disable profiling
  • current operation / kill current operation support

Most features are suggested to be included by the MongoDB team.

If you are missing any features feel free to open a ticket or send me a patch explaining the changes. MongoUI is under heavy development, so ensure your changes are made against the latest revision.

Installation

Coming soon.

Clone this wiki locally