Scroll down to get English version.
-
Python 3.6
-
Django 1.11.8
-
数据可视化插件:Highcharts
-
数据库:MongoDB
数据源来自51Job
使用Scrapy抓取
爬取项目源代码,请移步 JobCrawler
若有需要, 可以发送邮件到[email protected]索要测试数据
运行需要Python3,MongoDB,请先安装
然后在键入pip install -r requirements.txt
安装Python库文件
最后键入python manage.py runserver
使用Ctrl + C终止服务器运行
- Python Ver: 3.6
- Django 1.11.8
- Data Visualization Tool: Highcharts
- Database: MongoDB
Data From 51Job Use Scrapy to crawl data. You can find the project in JobCrawler
Before Running the project, typepip install -r requirements.txt
to install requirements.
type python manage.py runserver
in terminal
use Ctrl + C to stop server.
Now Salary Trend Function developed with Ajax, bringing higher speed than ver 1.0 Before using ajax, open the page cost 1min 30s, comparing 18s-20s now. Special thanks to @huangjiarong