cityofnewyork-us/2014-nyc-open-data-plan-future-releases-v475-8jcj
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 2 years ago
Indexed 3 hours ago

2014 NYC Open Data Plan: Future Releases

The 2014 Open Data Plan. Please see https://data.cityofnewyork.us/City-Government/NYC-Open-Data-Plan-Scheduled-Releases-2015/tyjc-nqc2 for the current version.

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/2014-nyc-open-data-plan-future-releases-v475-8jcj\".\"2014_nyc_open_data_plan_future_releases\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • 2014_nyc_open_data_plan_future_releases
     
     
     
     
     
Upstream Metadata