kcmo/major-development-projects-1983-to-1989-c5c4-u3q7
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 4 years ago
Indexed 5 hours ago

Major Development Projects 1983 to 1989

listing of major non-residential development projects completed or underway as of the end of 1989 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-1983-to-1989-c5c4-u3q7\".\"major_development_projects_1983_to_1989\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • major_development_projects_1983_to_1989