Healthcare Worker Influenza Vaccination Data for Ambulatory Surgery Centers 2016-2017
Data showing the vaccination rates of healthcare workers in Oregon Ambulatory Surgery Centers for the 2016 - 2017 flu season
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 \"oregon-gov/healthcare-worker-influenza-vaccination-data-for-vety-vmwu\".\"healthcare_worker_influenza_vaccination_data_for\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.