FY22-23 BHRS Adults Vaccinated Compared to County Vaccinated
Comparison of the percentage of BHRS adult client vaccination rate to the countywide adult vaccination rate.
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 \"performance-smcgov/fy2223-bhrs-adults-vaccinated-compared-to-county-gb5q-xsfv\".\"fy2223_bhrs_adults_vaccinated_compared_to_county\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.