memphistn-gov/aggregated-service-requests-bh6e-ahmc
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 2 days ago
Indexed 1 hour ago

Aggregated Service Requests

This dataset shows the number of service requests completed each month by type, and the average number of days it took to complete them. These service requests are aggregated from multiple sources, including 311 service requests, SeeClickFix, and requests created by city users. Where applicable, the service level agreement (SLA) is also shown, as well as the number of service requests completed within the SLA, within two times the SLA, and more than two times the SLA.

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 \"memphistn-gov/aggregated-service-requests-bh6e-ahmc\".\"aggregated_service_requests\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • aggregated_service_requests
     
     
     
     
     
Upstream Metadata