Enterprise Information Services IT Project Portfolio
The IT Portfolio dataset contains data for all Information Technology (IT) related projects required to be oversighted or governed as part of the project oversight process (Stage Gate). The purpose of the project oversight process is to provide IT governance and oversight to agency technology projects to ensure consistent governance and management of technology initiatives within the State of Oregon.
Questions about projects within this dataset should be directed to the Agency managing the project.
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/enterprise-information-services-it-project-hjrz-mzrm\".\"enterprise_information_services_it_project\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.