Daily Comfirmed COVID-19 Cases by County
This dataset contains daily counts of confirmed COVID-19 cases and hospitalizations and death due to COVID-19 segmented by Georgia county. The data come from the Georgia Department of Public Health COVID-19 Dashboard at https://ga-covid19.ondemand.sas.com/.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"sharefulton-fultoncountyga-gov/daily-comfirmed-covid19-cases-by-county-48ri-kvxr\".\"daily_comfirmed_covid19_cases_by_county\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.