Austin Water - Dillo Dirt Vendors
List of companies that have registered with Austin Water to purchase wholesale Dillo Dirt from the utility and offer retail sales of Dillo Dirt to the public.
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-dillo-dirt-vendors-8ih9-dnxa\".\"austin_water_dillo_dirt_vendors\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.