十大mongodb数据库可视化操作工具2011-09-25 0:10 MongoDBHomeAdmin Zone
Admin UIs
Log InAddCommentToolsttachments (9)PageHistorynfoView Wiki MarkupExportto PDFExport to WordAdmin UIs Several administrative user interfaces, or GUIs, are available for MongoDB. Tim Gourley's blog has a good summary of the tools.
ToolsFang of MongoJMongoBrowserMongoExplorerMongoHubMongoVisionMongoVUEOpricotPHPMoAdminRockMongoMeclipseCommercialDatabaseMasterData Viewersmongs See also The built-in replica set admin UI page.
ToolsFang of Mongohttp://blueone.pl:8001/fangofmongo/http://github.com/Fiedzia/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 builderdata loading indicatorhuman friendly collection statsdisabling collection windows when there is no collection selectedtwitter stream pluginmany more minor usability fixesworks well on recent chrome and firefox To track progress on twitter: @fangofmongo
JMongoBrowserhome page: http://edgytech.com/jmongobrowser/github:http://github.com/agirbal/JMongoBrowserdownload: JMongoBrowser is a GUI app that can browse and administer a MongoDB cluster. It is available for Linux, Windows and Mac OSX.

MongoExplorerhttp://mongoexplorer.com/ MongoExplorer is a MongoDB management tool, written in Silverlight (.net – works in windows/osx/?linux?).
Features:
Easy to useShows all the collections and documents of the databaseUses a convenient tree view for documentsDrag’n’drop is fully supportedDocument in-place editing 
MongoHubhttp://mongohub.todayclose.com/ MongoHub is a native OS X GUI.

MongoVisionhttp://code.google.com/p/mongo-vision/ MongoVision is a MongoDB management tool, written forPrudence.
Features:
Extended JSON supportTabular viewClick to sortFilter boxes to alter queryAuto-refresh 
MongoVUEhttp://blog.mongovue.com MongoVUE is a .NET GUI for MongoDB.

Opricothttp://www.icmfinland.fi/oss/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 processingor 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 Mongothat 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). 
PHPMoAdminhttp://www.phpmoadmin.com/ 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 NoSQLdatabase 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) tothe 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! Releaseunder the GPLv3 FOSS license!Option to query MongoDB using JSON or PHP-array syntaxMultiple design themes to choose fromInstructional 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. DownloadphpMoAdmin, place the moadmin.php file in your web site document directory and navigate to it in a browser. One of twothings will happen:
You will see an error message explaining why PHP and Mongo cannot connect and what you need to do to fix itYou will see a bunch of Mongo-related options, including a selection of databases (by default, the "admin" and "local" databases always exist) - if thisis the case your installation was successful and your problem is within the PHP code that you are using to access MongoDB, troubleshoot that from theMongo docs on php.net 
RockMongohttp://code.google.com/p/rock-php/wiki/rock_mongo RockMongo is a MongoDB management tool, written in PHP 5.
Main features:
easy to install, and open sourcemultiple hosts, and multiple administrators for one hostpassword protectionquery dbsadvanced collection query toolread, insert, update, duplicate and remove single rowquery, create and drop indexesclear collectionremove and change(only work in higher php_mongo version) criteria matched rowsview collection statistics 
Meclipse Eclipse plugin for mongodb: http://update.exoanalytic.com/org.mongodb.meclipse/
CommercialDatabase Master Database Master from Nucleon Software.
Seems to be written in .net for windows (windows installer).
Features:
Tree view for dbs and collectionsCreate/Drop indexesServer/DB statsSupport RDMBS (MySQL, postgres, ...) 
Data Viewersmongshttp://www.whit537.org/mongs/ 这里有个简单的mongodb的用例,可以实现存和取,
http://blog.nosqlfan.com/html/3548.html
http://www.cnblogs.com/hoojo/archive/2011/06/02/2068665.html
http://www.cnblogs.com/zhangmiao-chp/archive/2011/05/05/2038346.html
http://www.cnblogs.com/sourire/archive/2010/07/07/1772798.html |