Public comments for the Oregon Draft Data Strategy. Phase 2 extends from October 26, 202 - December 15, 2020.
Comments are received through a google form (https://forms.gle/suhzPoMpWZfhPTHs6) and synced daily at 5pm PST.
Individuals who submitted files (pdf, word) to the Oregon.DATA@oregon.gov email address in lieu of using the google form will have their comments posted directly to the Oregon Data Strategy Website at https://www.oregon.gov/das/OSCIO/Pages/DataStrategy.aspx
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-draft-data-strategy-public-comments-phase-2-byau-q4t2\".\"oregon_draft_data_strategy_public_comments_phase_2\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.