This repository contains Dockerfile of Log ETL for prefect.
baseballdatabank のCSVを取り込んでデータ生成をするsample.
事前にbaseballdatabank をlocalにclone
$ git clone git@github.com:chadwickbureau/baseballdatabank.git
$ cd baseballdatabank/core
$ pwd # このpathを使います
/Users/hoge/baseballdatabank/core
$ python3 -m venv venv
$ source venv/bin/activate
(venv) $ pip install -r requirements.txt
(venv) $ python app.py --directory /Users/hoge/baseballdatabank/core --run-date 2020-07-30