Oregon Film: Program Overview
For information about programs offered through Oregon Film. Contact them
at https://oregonfilm.org/, or through the Oregon Transparency website. https://www.oregon.gov/transparency/Pages/index.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-film-program-overview-way7-sq23\".\"oregon_film_program_overview\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.