Http://www.cnblogs.com/shanyou/archive/2011/05/20/2052354.html
MongoDB client terminal vue
Today, I saw a very good MongoDB client tool named mongovue at http://www.mongovue.com /. It's a good job. Version 1.0 starts to charge fees, and the cost is only 35 $. If you really need someone to pay for it, you can buy it. This tool is also supported. If you only want to study and use it, I have another version 0.9.7, although it has some bugs compared with Version 1.0, it is usually enough. You can contact me if you need it.
The following describes how powerful mongovue can improve your MongoDB happiness index by dozens of points:
1. Configure the connection
2. Try to create a collection named accesslog:
3. Insert a document
4. view the inserted data. The data can be displayed in multiple ways (tree, table, and text)
The above operations are all performed through the graphic interface. The following window lists the client commands for the above operations. This is a good learning resource, you can still familiarize yourself with the command line when using the graphic interface.
Of course, the above just introduced the most basic functions, as well as updates, delete the database, from the MySQL database to import data and other functions, would like to know more details please visit the official website: http://www.mongovue.com/
Http://blog.nosqlfan.com/tags/mongodb
Author: freedom, innovation, research, exploration ......
Source: http://shanyou.cnblogs.com/
Copyright: The copyright of this article is shared by the author and the blog
Reprinted: you are welcome to reprinted. To save the author's Creative Enthusiasm, please [reprinted] As required. Thank you.
Requirement: This statement must be retained without the consent of the author; the original text connection must be provided in the article; otherwise, the legal liability must be investigated.
Today, I saw a very good MongoDB client tool named mongovue at http://www.mongovue.com /. It's a good job. Version 1.0 starts to charge fees, and the cost is only 35 $. If you really need someone to pay for it, you can buy it. This tool is also supported. If you only want to study and use it, I have another version 0.9.7, although it has some bugs compared with Version 1.0, it is usually enough. You can contact me if you need it.
The following describes how powerful mongovue can improve your MongoDB happiness index by dozens of points:
1. Configure the connection
2. Try to create a collection named accesslog:
3. Insert a document
4. view the inserted data. The data can be displayed in multiple ways (tree, table, and text)
The above operations are all performed through the graphic interface. The following window lists the client commands for the above operations. This is a good learning resource, you can still familiarize yourself with the command line when using the graphic interface.
Of course, the above just introduced the most basic functions, as well as updates, delete the database, from the MySQL database to import data and other functions, would like to know more details please visit the official website: http://www.mongovue.com/
Http://blog.nosqlfan.com/tags/mongodb