Commit 6c3e1b28 authored by Dr.李's avatar Dr.李

update auto scrips

parent 4d38f7b8
...@@ -92,3 +92,12 @@ python setup.py install ...@@ -92,3 +92,12 @@ python setup.py install
可以达到一样的效果。 可以达到一样的效果。
* 数据库更新
在目录``scrips`` 下有[airflow]()脚本文件``update_uqer_data.py``可以用来做每天的数据更新。使用之前除了要配置好airflow服务器之外,需要更新脚本中以下两行:
```
_ = uqer.Client(token='')
engine = sqlalchemy.create_engine('')
```
...@@ -8,3 +8,4 @@ scipy >= 0.19.0 ...@@ -8,3 +8,4 @@ scipy >= 0.19.0
simpleutils >= 0.1.0 simpleutils >= 0.1.0
sqlalchemy >= 1.1.9 sqlalchemy >= 1.1.9
pandas >= 0.19.2 pandas >= 0.19.2
Finance-Python >= 0.5.5
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment