1999-2018 Youth Programs
Annual participation. These participation numbers reflect, youth programs held at the Alison Jukebox Building and Banneker Community Center.
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 \"bloomington-in-gov/19992018-youth-programs-cksq-83za\".\"19992018_youth_programs\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.