Strengthening Fathers Program
Strengthening Fathers Programs provide holistic intervention and prevention services and supports for men who are or have been abusive in their intimate relationships. These services and supports are provided within the larger continuum of services for families affected by intimate partner violence. Intimate partner violence may include physical, sexual, verbal, emotional, psychological, social, and financial violence and abuse
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/strengthening-fathers-program-297j-pprg\".\"strengthening_fathers_program\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.