Closed ryandagley closed 1 month ago
Progress so far:
Next, I'll need to pull the data from S3 and graph it onto the page
Historical weather is now displayed on the page pulling from a single S3 file.
Next:
"worked in local" lol - the historical data is not showing up on the monitor site in prod. Probably will not troubleshoot this today.
Historical data is now working. While I thought this was a permissions issue at first, it turns out that app.py was instructing to only pull the 9/7 data. Corrected and it's now working with a daily update.
To pull historical weather data, it makes more sense that I make a daily API call and store the data myself.
For the architecture, I'm going to use AWS: