winnipeg-ca/council-voting-data-f9mn-vti8
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 3 hours ago
Indexed 3 hours ago

Council Voting Data

On September 21st, 2020, the City of Winnipeg began using the Voting Information System to record votes at Executive Policy Committee meetings as part of an ongoing commitment to greater openness and transparency. Please visit https://winnipeg.ca/council/VIS for more information.

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 \"winnipeg-ca/council-voting-data-f9mn-vti8\".\"council_voting_data\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • council_voting_data
     
     
     
     
     
Upstream Metadata