Open repository in Console
Readme
Updated over 3 years ago
‧ Indexed 2 hours ago
IT Contracts Report 2019
The IT Contracts Report is an annual report required by a proviso in section 150(10)(a) of the 2019-2021 operating budget. The report provides a snap shot of all state agency and higher education active IT contracts as of June 30 of each year.
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 \"wa-gov/it-contracts-report-2019-ach3-t84q\".\"it_contracts_report_2019\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.