kcmo/major-development-projects-1990-to-august-2015-qqpt-gxkq
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 8 years ago
Indexed 1 hour ago

Major Development Projects 1990 to August 2015

listing of major development projects completed, underway or approved and their characteristics

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 \"kcmo/major-development-projects-1990-to-august-2015-qqpt-gxkq\".\"major_development_projects_1990_to_august_2015\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • major_development_projects_1990_to_august_2015