cthru-data-socrata/2017-all-t8ki-nvx3
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 7 years ago
Indexed 1 hour ago

2017 All

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 \"cthru-data-socrata/2017-all-t8ki-nvx3\".\"2017_all\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • 2017_all