Pathogen Detections Among Enrolled Children in the New Vaccine Surveillance Network (NVSN), Acute Respiratory Illnesses (ARI), 12 Month Rolling Period
Percent positivity of 9 viral pathogens, and enrollment counts of children with ARI by week for the past 12 months (rolling x-axis).
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 \"cdc-gov/pathogen-detections-among-enrolled-children-in-the-r229-z6ma\".\"pathogen_detections_among_enrolled_children_in_the\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.