2.1 Overview of the infrastructure
The infrastructure implements data pipelines that download national COVID-19 data from online sources, performs some analyses, classify countries by epidemiological level of risk (ELR) and produce synthesis reports which can be emailed to a pre-defined list of recipients. It is summarised in figure 2.1. The infrastructure itself is a reportfactory, which provides a structure for storing data, auxiliary scripts, reports sources and their outputs. Its key components include:
- a set of Rmarkdown reports detailed in chapter 3
- a set of github actions implementing automated tasks on github servers, and detailed in chapter 5