IT Level of Service Averages Summary By Offering And Department
"Halfway" breakdown of IT Level of Service by the service offerings, with the ability to filter by Dept
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-seattle-gov/it-level-of-service-averages-summary-by-offering-k9cf-r4d7\".\"it_level_of_service_averages_summary_by_offering\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.