cityofnewyork-us/201516-local-law-15-health-data-k12-health-eyk3-bhe9
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 2 years ago
Indexed 5 hours ago

2015-16 Local Law 15 Health Data - K-12 Health Instructors

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/201516-local-law-15-health-data-k12-health-eyk3-bhe9\".\"201516_local_law_15_health_data_k12_health\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • 201516_local_law_15_health_data_k12_health
     
     
     
     
     
Upstream Metadata