Care 4 Kids Unique Children By Age Group FY2012
Care 4 Kids unique children served by age group by Town in Fiscal Year 2012. Care 4 Kids helps low to moderate income families in Connecticut pay for child care costs. This program is sponsored by the State of Connecticut’s Department of Social Services
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/care-4-kids-unique-children-by-age-group-fy2012-566n-8368\".\"care_4_kids_unique_children_by_age_group_fy2012\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.