Foster Care
The dataset contains demographic and case characteristics of children in foster care each month. The dataset includes the children’s sex, age, race, goal and average time spent in foster care in Norfolk. The data is from Virginia’s Online Automated Services Information System (OASIS). OASIS is a comprehensive system that tracks the day-to-day activities performed by social workers statewide and is the official case record system for foster care and adoption cases in Virginia.
This dataset details the work accomplished by staff at the Norfolk Department of Human Services with the goal of finding safe, permanent homes for children in Norfolk’s foster care system. This dataset is updated monthly.
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 \"norfolk-gov/foster-care-8bq6-fd8n\".\"foster_care\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.