ckingbailey / covid-etl

Load COVID data sources into a Google Sheet
GNU Affero General Public License v3.0
0 stars 0 forks source link

Add functions to fetch and store data #4

Closed lwpenny closed 4 years ago

lwpenny commented 4 years ago

The two functions are "fetch_data" and "store_data". fetch_data gets the data from NY Times. store_data puts the data into our GCP bucket. This is the first step in the ETL process!