Building a Better Austin: Action Steps
Action steps for Development Services Department (DSD) and Planning and Zoning Department (PAZ) to address the Zucker final report received in May 2015.
Additional information is located at www.austintexas.gov/roadmap.
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/building-a-better-austin-action-steps-6s5y-evgf\".\"building_a_better_austin_action_steps\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.