Parenting Journey Program
Parenting Journey is a home visitation program that provides support for families experiencing complex social, emotional and familial challenges that may impact overall family functioning, parent-child relationships and the well-being and development of children/youth ages 0 to 18 plus. The Parenting Journey Program is intended to serve families with the fewest resources, facing multiple challenges, and experiencing barriers to accessing supports.
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 \"novascotia-ca/parenting-journey-program-hfzp-f9qq\".\"parenting_journey_program\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.