Doses Admin for ARC Far West (DSHS FY 2013-2018)
Record of administered doses, provided by Vaccines For Children Grant, from September 2013 to October 2018
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 \"datahub-austintexas-gov/doses-admin-for-arc-far-west-dshs-fy-20132018-bztf-i288\".\"doses_admin_for_arc_far_west_dshs_fy_20132018\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.