SD23 Strategies 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 strategies (actions the City of Austin will take to address identified challenges) 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-strategies-list-ni9f-t5ai\".\"sd23_strategies_list\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.