Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 40 minutes ago
COVID-19 Timeseries Combined
Source link: https://github.com/CSSEGISandData/COVID-19
This data is compiled by the Johns Hopkins University Center for Systems Science and Engineering (JHU CSSE).
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 \"covid19-buffalony-gov/covid19-timeseries-combined-f3sg-beta\".\"covid19_timeseries_combined\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata