strategic measure_vegetation maintenance (M.E.6)
This dataset provides data describing Public Works Department responses to 311 calls requesting maintenance of trees and vegetation within the City right of way. The data comes from the department's Maximo work order management system. Each row represents one 311 Customer Service Request (CSR).
View more details and insights related to this data set on the story page: https://data.austintexas.gov/stories/s/Number-and-percent-of-customer-service-requests-fo/4edc-yq5y/
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 \"datahub-austintexas-gov/strategic-measurevegetation-maintenance-me6-kga6-adf4\".\"strategic_measurevegetation_maintenance_me6\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.