This dataset includes weekly counts of laboratory-confirmed influenza (flu) cases by age group.
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 \"health-data-ny-gov/influenza-laboratoryconfirmed-cases-by-age-group-cpxv-79jk\".\"influenza_laboratoryconfirmed_cases_by_age_group\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.