BSL- Percent Of Streetlight Outages Repaired Within 10 Business Days
This dataset shows the percentage of streetlight outages that are repaired within 10 business 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 \"lacity/bsl-percent-of-streetlight-outages-repaired-within-fc3u-86zh\".\"bsl_percent_of_streetlight_outages_repaired_within\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.