Budget 2019-2020 capital works - re-profiling
Dataset of ACT Government 2019-2020 budget capital works program containing re-profiling of projects
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 \"data-act-gov-au/budget-20192020-capital-works-reprofiling-f94p-dd9e\".\"budget_20192020_capital_works_reprofiling\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.