Open repository in Console
Readme
Updated almost 2 years ago
‧ Indexed 19 minutes ago
Austin Water - Gallons of Water and Wastewater Treated
Millions of gallons of water treated grouped by year, month, plant and water type.
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 \"austintexas-gov/austin-water-gallons-of-water-and-wastewater-m4wb-q5fa\".\"austin_water_gallons_of_water_and_wastewater\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata