NWSS Public SARS-CoV-2 Wastewater Metric Data
This dataset provides a complete time history of metrics calculated using SARS-CoV-2 concentrations in wastewater.
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/nwss-public-sarscov2-wastewater-metric-data-2ew6-ywp6\".\"nwss_public_sarscov2_wastewater_metric_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.