cityofnewyork-us/buildings-by-borough-and-community-district-3qem-6v3v
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 2 months ago
Indexed 1 month ago

Buildings by Borough and Community District

Displays the total number of shelter buildings by borough and community district

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 \"cityofnewyork-us/buildings-by-borough-and-community-district-3qem-6v3v\".\"buildings_by_borough_and_community_district\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • buildings_by_borough_and_community_district
     
     
     
     
     
Upstream Metadata