Rural Opportunity Initiative (ROI)
The Rural Opportunity Initiative is a collaborative strategy to build local environments supportive of entrepreneurs and small business through financial support, innovative partnerships, network creation, and a bevy of business development resources. This report covers Fiscal Years 2019-2024. For more information visit https://www.oregon.gov/biz/programs/ROI/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/rural-opportunity-initiative-roi-kbgu-tmi3\".\"rural_opportunity_initiative_roi\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.