hackcollective / corona-calculator

📈 Understand the impact of social distancing measures upon Corona spread in your community
http://corona-calculator.herokuapp.com
MIT License
28 stars 15 forks source link

Use S3 for disease data #18

Closed psteeves closed 4 years ago

psteeves commented 4 years ago

For now this will let us pull the data from S3 when we redeploy, as long as we set the correct env variables in the app.

We can keep the current Heroku job Scheduler, but it will push to S3 now instead of trying to save to disk.

Next step is to detect when the data is stale and re-download from the S3 while the app is running.