bstiel / python-celery-falcon

https://www.distributedpython.com/2018/07/10/falcon-celery

Home Page:https://www.distributedpython.com/2018/07/10/falcon-celery/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fetch Timeseries From Quandl With Celery and Falcon

  1. Start stack: docker-compose up -d

  2. Fetch timeseries from Quandl: curl -d '{"database_code":"WIKI", "dataset_code":"FB"}' -H "Content-Type: application/json" -X POST http://localhost:8000

  3. List all timeseries: curl -X GET http://localhost:8000

  4. Retrieve a timeseries: curl -X GET http://localhost:8000?id=<...>

About

https://www.distributedpython.com/2018/07/10/falcon-celery

https://www.distributedpython.com/2018/07/10/falcon-celery/


Languages

Language:Python 93.0%Language:Mako 5.4%Language:Dockerfile 1.6%