Previous Standard Product Lists
Austin Water’s Standard Products List specifies acceptable manufacturer products for use in the construction of water and wastewater facilities. These products have undergone stringent testing to ensure the safety, reliability and consistency within the Austin Water system
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/previous-standard-product-lists-askc-vuqf\".\"previous_standard_product_lists\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.