Transportation Capital Project Financial Codes
This dataset contains financial tracking codes used by City of Austin staff to manage capital projects. Our internal project management application consumes data directly from this dataset. This data is subset of the canonical data maintained by the City of Austin Financial Services Division. https://www.austintexas.gov/fsd
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/transportation-capital-project-financial-codes-jega-nqf6\".\"transportation_capital_project_financial_codes\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.