Percent of performance measures related to CCEPA services that have met the target
CCEPA Measure K Performance
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-smcgov/percent-of-performance-measures-related-to-ccepa-nw3k-eqqf\".\"percent_of_performance_measures_related_to_ccepa\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.