ontario-demo-socrata/government-of-ontario-service-standards-201112-r8ra-g74k
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 10 years ago
Indexed 1 hour ago

Government Of Ontario Service Standards 2011-12

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 \"ontario-demo-socrata/government-of-ontario-service-standards-201112-r8ra-g74k\".\"government_of_ontario_service_standards_201112\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • government_of_ontario_service_standards_201112