ODOT Highway Contracts - Multi-Year Report
This is a multi-year report of Oregon Department of Transportation (ODOT) highway construction contracts. This information is not available in the ORPIN (Oregon Procurement Information Network) system. Visit the Oregon Transparency website for more information: https://www.oregon.gov/transparency/Pages/index.aspx.
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 \"oregon-gov/odot-highway-contracts-multiyear-report-fdus-r2ei\".\"odot_highway_contracts_multiyear_report\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.