110 FY 2019 Proposed, Performance Metrics, Obj 3.1
Office of Finance Performance Metrics Objective 3.1- Percent of all County obligations paid on time, FY 2019 Proposed Budget
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-princegeorgescountymd-gov/110-fy-2019-proposed-performance-metrics-obj-31-c33c-ba7g\".\"110_fy_2019_proposed_performance_metrics_obj_31\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.