Water Resources Dispatch Stats
The following data captions the call volume and statistics for the Water Resources Dispatch Office. The data is updated as needed and represents the number of calls received in a given time period, number of calls answered and number of abandoned calls.
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 \"stat-stpete/water-resources-dispatch-stats-d56n-98s2\".\"water_resources_dispatch_stats\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.