performance-smcgov/library-summer-reading-programs-8mkf-9ace
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 9 years ago
Indexed 2 hours ago

Library Summer Reading Programs

This data from the California Library Association (CLA), they are the organization that tracks Summer Reading Programs. It shows the number of registered and number of completed students in summer reading. When data fields are left blank that means data was not reported.

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/library-summer-reading-programs-8mkf-9ace\".\"library_summer_reading_programs\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • library_summer_reading_programs