项目作者: hustlestar

项目描述 :
Rest api and parser of data
高级语言: Python
项目地址: git://github.com/hustlestar/stock-api.git
创建时间: 2018-02-08T17:55:31Z
项目社区:https://github.com/hustlestar/stock-api

开源协议:

下载


STOCK API

This project uses vantage api to get and parse data about different stocks.

This data is gathered at mysql database to perform future analytics.

As the next step rest api would be created with plotting and analytics.

Create ./back/secrets/credentials.properties

  1. api.key=
  2. etl.load.skip=false
  3. db.user=
  4. db.password=
  5. db.host=database
  6. db.port=3306
  7. db.database=
  8. plotly.user=
  9. plotly.key=

Create ./database/secrets/ with following files

  1. mysql-database
  2. mysql-password
  3. mysql-root-password
  4. mysql-user

To run application do following

  1. docker-compose build
  2. docker-compose up