SD23 Measures List
Strategic Direction 2023 (SD23) is the City’s five-year plan and outlines imperatives to advance equitable outcomes across Austin. Utilizing an outcome-based approach to setting priorities and budgeting, SD23 enables the City to proactively address multiple time horizons, more thoughtfully assess performance, and improve community outcomes. This dataset displays all strategic measures that support the six outcome areas outlined in SD23: https://assets.austintexas.gov/financeonline/downloads/Austin-Strategic-Direction_2023.pdf
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/sd23-measures-list-67xi-dh72\".\"sd23_measures_list\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.