Austin Water - Wastewater Service Connection Count By Zip Code
This data set will include total services connections count for wastewater services by customer class and zip code.
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/austin-water-wastewater-service-connection-count-6v99-vnq3\".\"austin_water_wastewater_service_connection_count\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.