School Readiness 2017-18 By Town (Dec)
OEC - School Readiness (SR) - Priority and Competitive Districts. The number of state funded SR preschool age spaces by town and space type and if community or school based setting. As of December 2017.
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 \"ct-gov/school-readiness-201718-by-town-dec-d8dp-349m\".\"school_readiness_201718_by_town_dec\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.