Smart Start 2015-16 By Town ( May)
Connecticut OEC Funded Smart Start spaces for Preschool age children by town and space type. 2015-16 Program Year.
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/smart-start-201516-by-town-may-py9a-h99h\".\"smart_start_201516_by_town_may\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.