Open Data Progress Report
This report provides the status of each agency’s progress in meeting milestones within the Open Data Program. These include appointing a data coordinator; creating an agency open data inventory; completing an open data plan; and publishing open data.
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/open-data-progress-report-4nr8-nxim\".\"open_data_progress_report\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.