Viewing with MongoDB commands is inconvenient
So I want to export the crawled data to see if the data crawled is correct.
Open cmd, execute
-D test-c Blogs--csv-f title,link,author,summery,create_time- o e:\python\blogs.csv
Still need to find a visual tool, so that you can easily view the data
I do PHP, I found a few PHP writing tools
1.RockMongo
is a PHP5 written by MongoDB management tool
Githubhttps://github.com/iwind/rockmongo
Installing Php_mongo Extensions for PHP
Re-start Nginx
Information about MONGO appearing in Phpinfo ()
Modify configuration information, config.php in the root directory
You can see the database after you log in.
2.phpMoAdmin
is a PHP-developed online MongoDB management tool that can be used to create, delete and modify databases and indexes, provide views and data search tools, provide database startup time and memory statistics, support the import and export of JSON format data
Download http://www.phpmoadmin.com/
3.Genghis
Simple and straightforward GUI management console with Ruby and PHP versions already published
Genghis is a single file that provides a very convenient self-hosted and web-based solution
Download http://genghisapp.com/
Responsive interface, which is less function, no export
MongoDB's PHP Visual management tool