Oregon Public Meetings
For more information about Public Meetings go to: http://www.oregon.gov/transparency/Pages/PublicMeetingNotices.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-public-meetings-gs36-7t8m\".\"oregon_public_meetings\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.