YouthSource Center Program Performance Outcomes for PY 16/17: July 1, 2016 - June 30, 2017
The YouthSource System is made up of 13 Youth Centers, with a focus on high school dropout recovery. All centers offer the following services to low-income in-school youth ages 14-21 and out of school youth ages 16-24 with barriers such as basic skills deficiencies or status as a foster youth, youth offender, pregnant/parenting youth, or youth with a disability.
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 \"lacity/youthsource-center-program-performance-outcomes-8pn8-5zdt\".\"youthsource_center_program_performance_outcomes\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.