Summer Reading Program Participation
Total number of summer reading program participants in the Peninsula Library System (32 total libraries), percent of children in San Mateo County who participate in a summer reading program,and percent of participants who complete a summer reading program.
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 \"performance-smcgov/summer-reading-program-participation-3fzv-iggn\".\"summer_reading_program_participation\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.