Closeout Pipeline | Act 100 | Dollars and Dates| STATIC 2020
This is a static dataset and provides Highway's closeout pipeline amounts. This data was used for the 2020 Act100 report. As mentioned, this dataset is static and will not update as the the reporting period has come to a close.
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 \"highways-hidot-hawaii-gov/closeout-pipeline-act-100-dollars-and-dates-static-ycz4-na5y\".\"closeout_pipeline_act_100_dollars_and_dates_static\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.