CovidToday / backend

Code for statistical methods which estimates outbreak indicators at Covid Today.
https://www.covidtoday.in/
GNU General Public License v3.0
13 stars 13 forks source link

Automation of States Metrics Script using Github Actions #38

Closed divyanshsinghvi closed 3 years ago

divyanshsinghvi commented 3 years ago
  1. Ensure the data generated from the python version of colab's state script is expected.
  2. It's using correct sources.
  3. Once the above are ensured, uncomment the git commit lines in the YAML file.
  4. Have used the idea to directly add R library but had to create a specific library for the GitHub instance, in case someone has way without using it, we can add it apart from downloading it on github instance(it will increase the job time by 20 min).
  5. When to run script is yet to be decided, should it be based on whenever there is a data update on the main source( A functionality of hashing would need to be added to ensure that) or else if it's a daily job, just add a cron job for that else make a cron job to regularly check the hash of the main file.