Bronx Schools2011-2012 Progress Report
NYC Department of Education data on school performance for educational facilities in the Bronx based on several parameters such as: GPA, college placement, career readiness, safety, and others.
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 \"bronx-lehman-cuny-edu/bronx-schools20112012-progress-report-vi4u-wyvx\".\"bronx_schools20112012_progress_report\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.