Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 422 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 422 Bytes

dockerで起動する場合。

docker-compose up -d

developer

pyenv exec pipenv run python src/server.py
pyenv exec pipenv run python src/server.py --start_time 1617202800

test request

curl -v "http://localhost:5000/ohlcv.parquet?exchange=bybit&markets=BTCUSD&interval=3600&end_time=1617289200" | wc

test

pyenv exec pipenv run python -m unittest tests/test_*