opendata-maryland-gov/council-on-open-data-meeting-content-march-2019-xxzq-uuq6
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 4 years ago
Indexed 3 hours ago

Council on Open Data: Meeting Content March 2019

Council on Open Data Meeting documents including meeting agenda, sign-in sheet, presentation, and minutes.

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-march-2019-xxzq-uuq6\".\"council_on_open_data_meeting_content_march_2019\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • council_on_open_data_meeting_content_march_2019
     
     
     
     
     
Upstream Metadata