Data grabbing platform(DGP)数据采集平台

zwg ea83e09d72 Merge branch 'dev' of zwg/qc-dgp into master 4 年之前
dgp 4cdbad9706 init 4 年之前
docs 4cdbad9706 init 4 年之前
.gitignore 4cdbad9706 init 4 年之前
README.md f93c464370 修改开发流程 4 年之前
requirements.txt 4cdbad9706 init 4 年之前
setup.py 4cdbad9706 init 4 年之前

README.md

qc-dgp

介绍

Data grabbing platform(DGP)数据采集平台

文档结构

  • dgp为代码目录,gpd/tests为测试代码目录
  • docs为文档目录

安装教程

  • 确保已安装Python3
  • 安装项目依赖,执行 pip install -r requirements.txt

使用说明

  • 修改数据库账号配置
  • 检查account和token配置
  • 执行相关脚本:nohup python3 -u get_data_hourly.py >output_get_data_hourly_202009251042.log 2>&1 &

参与贡献

  • Fork 本仓库,拉取的是dev分支
  • 直接在dev分支上开发,添加新的依赖后请执行 pip freeze > requirements.txtpipreqs /qc-dgp
  • 提交代码
  • 新建 Pull Request