Oregon InC
Annual grants from the Oregon Innovation Council (Oregon InC) under ORS 284.735 (Oregon Commercialization Research Fund) or ORS 284.742 (Oregon Innovation Fund) from Fiscal Years 2016-2024. For more information visit https://www.oregon.gov/biz/aboutus/boards/oregoninc/Pages/default.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/oregon-inc-5rri-u7xe\".\"oregon_inc\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.