FY17-18 IT Spend By Functional Group
Summary level information of statewide IT expenditures by government functional group. Data broken down by IT acquisitions, IT maintenance and operations, and data processing services between agencies.
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/fy1718-it-spend-by-functional-group-6fpy-npmv\".\"fy1718_it_spend_by_functional_group\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.