Collect historical stock data from Alphavanteage API and store into Influxdb timeseries db and visualize as web app.
Set .env
file credentials
- alphavantage_scraper/.env
- influxdb/.env
- dash_app/.env
$ docker-compose up --build --detach
NOTE: temp fix for initial access token missing.
- Start Influxdb: Create all access API tocken > set in scraper dir
.env
- Restart scraper script
Timerseries database 2.5.1
Influx docs
Web interface <HOST URL>:8086/
Start as standalone host instance from witin /influxdb dir:
docker run \
--name influxdb \
-p 8086:8086 \
--volume $PWD:/var/lib/influxdb2 \
influxdb:2.5.1
Collecting time series data from REST API
Web interface for data visualization
Web interface <HOST URL>:8080/