5560B On-Time Delivery of Reports Tied to Outcomes
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/5560b-ontime-delivery-of-reports-tied-to-outcomes-3uc2-wr6t\".\"5560b_ontime_delivery_of_reports_tied_to_outcomes\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.