Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 5 hours ago
Council on Open Data: Meeting Content June 2022
Council on Open Data Meeting documents including meeting agenda and presentation.
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 \"opendata-maryland-gov/council-on-open-data-meeting-content-june-2022-qk6m-vccj\".\"council_on_open_data_meeting_content_june_2022\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata