opendata-maryland-gov/council-on-open-data-meeting-content-june-2023-c56v-ie4d
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 year ago
Indexed 17 minutes ago

Council on Open Data: Meeting Content June 2023

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-2023-c56v-ie4d\".\"council_on_open_data_meeting_content_june_2023\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • council_on_open_data_meeting_content_june_2023
     
     
     
     
     
Upstream Metadata