Daily updates on LA County COVID testing.
Source: LA County Department of Health (http://dashboard.publichealth.lacounty.gov/covid19_surveillance_dashboard/).
Code available: https://github.com/CityOfLosAngeles/covid19-indicators.
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 \"lacity/la-county-covid-testing-w9vh-pj9e\".\"la_county_covid_testing\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.