WorkSource Center Program Performance Outcomes for PY 16/17: July 1, 2016 - June 30, 2017
The City funds a number of full-service WorkSource Centers in the City of Los Angeles that provide a full range of assistance to job seekers and employers under one roof. Job seekers can receive career counseling, job listings, labor market information, training referrals, and other employment-related services. Employers can avail themselves of business services such as recruiting, posting job vacancies, human resources services, and customized training.
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/worksource-center-program-performance-outcomes-for-8qhs-wikn\".\"worksource_center_program_performance_outcomes_for\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.