COVID-19 Dashboard

A dashboard containing maps and trends of the COVID-19 pandemic

Shon Inouye

This dashboard takes data from the COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University. I periodically run an R script that extracts data from the repo, cleans it, and uploads it to a PostgreSQL database on AWS. The scripts for the Shiny dashboard connect to that database and produce the dashboards that are then hosted on shinyapps.io.

View the official dashboard here: https://shoninouye.shinyapps.io/covid19_dashboard/

Check out the code for this project on GitHub!

Status: Work in progress