Healthcare Worker Influenza Vaccination Data for Skilled Nursing Facilities, 2016-2017
Data showing the vaccination rates of the healthcare workers in Oregon Skilled Nursing Facilities 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-xgmv-ucx3\".\"healthcare_worker_influenza_vaccination_data_for\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.