Creative Opportunity Program - Program Spending
The Creative Opportunity Program is a 2% allocation of Oregon's film and media incentive program (OPIF) that is set aside each year to support projects and partnerships in the form or grants, education, training, workforce & regional development and community building.
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/creative-opportunity-program-program-spending-2g3c-55zp\".\"creative_opportunity_program_program_spending\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.