kcmo/major-development-projects-1990-to-2012-wx2f-2ukt
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 4 years ago
Indexed 3 hours ago

Major Development Projects 1990 to 2012

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-2012-wx2f-2ukt\".\"major_development_projects_1990_to_2012\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • major_development_projects_1990_to_2012