Percent of Streetlights Repaired in Ten Working Days Utilities (4840B)
Program performance measure data for the Utilities Program (4840B). Percent of Streetlights Repaired in Ten Working Days
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/percent-of-streetlights-repaired-in-ten-working-5tkk-b2x5\".\"percent_of_streetlights_repaired_in_ten_working\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.