Open repository in Console
Readme
Updated over 3 years ago
‧ Indexed 11 months ago
Water Resources Department Water Quality Calls
This data set displays the number of water quality calls our water technicians respond to on a monthly basis. The data captioned begins in January 2019 to previous month.
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-department-water-quality-calls-vcrv-uiyq\".\"water_resources_department_water_quality_calls\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata