Ingest the COVIDcast data into YugabyteDB

Ingesting, checking, and combining the COVIDcast data

Ingest the .csv files, check the assumptions, and combine the interesting values into a single table

Here are the steps:

All of these steps are implemented by the ingest-the-data.sql script. It's designed so that you can run, and re-run, it time and again. It will always finish silently (provided that you say set client_min_messages = warning;) Each time you run it. It calls various other scripts. You will download these, along with ingest-the-data.sql, as you step through the sections in the order that the left-hand navigation menu presents.