Libraries - Summer Reads for Adults
Summer Reads for Adults is offered in June and July. The program provides participants with the opportunity to explore a central theme through a wide variety of suggested readings and to participate in related and inventive programming such as lectures, discussions, tours and performances.
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 \"cityofchicago/libraries-summer-reads-for-adults-8kfs-9r64\".\"libraries_summer_reads_for_adults\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.