Oregon Chips Program
The Oregon CHIPS Program can provide direct funding to businesses via loans and grants for eligible projects. This funding opportunity supports investment in the construction, expansion, and modernization of semiconductor and advanced manufacturing commercial facilities in Oregon. These awards are intended to serve as covered incentives to assist businesses seeking federal semiconductor financial assistance from the U.S. Department of Commerce.
This datasets contains awardee information from Fiscal Year 2024.
For more information, please visit
https://www.oregon.gov/biz/programs/OR_CHIPS_Fund/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-chips-program-rpej-c5gw\".\"oregon_chips_program\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.