Startup |
|
As it is the first time you run this application,a language picker form
will popup: If English is your mother tongue,you can Click "OK" directly Chinese and Japanese is provide with MongoCola Version 1.01 After language picker,you need to tell application where is your mongo executable path. In this Tutorial,the mongo executable path is C:\runmongo\bin If the mainform shown as below,the application is started up successfully . |
|
Add Connection | |
The first thing to operate the mongoDB is adding a MongoDB connection. Please make sure that the mongo server has been startup before adding connection. You can startup mongoDB by DOS console like this:
cd C:\runmongo\bin
More reference @mongodb.org: Quickstart Windows [A Mongo connection is not only a single server,but also a replset,a route or config server in sharding system] Open the Connection Manager form by menu: Managerment -> Connection Manager: This form will list up all connections that you has registered in the application. The list is empty when the first time you use this application,. Click "Add" to register a new connection. The simplest connection only need to fill 3 fields
Pick the connection you registered right now, then click "OK".Now you can operate the mongo server. All Status need to be refreshed manually in Mainform.(In status form,the some status will refresh automaticlly) You can collapse or expansion the treeview by MenuItem:
|
|
Try WebForm |
|
Click "MongoCola Web Form",then you can try the use MongoCola at your browser.
Click a connection , jump to the connection detail page. At connection detail page,you can click connection node and database node to see the status,or click the collection node to see records in the collection. |