Recreation & Parks Program Totals: Fall 2015 - Summer 2016
Data encompasses the number of participants enrolled in Howard County Recreation & Parks programs (I.e. Sports, Fitness, Nature & Environment, Camps etc...), by Season.
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 \"opendata-howardcountymd-gov/recreation-parks-program-totals-fall-2015-summer-7cg5-urnt\".\"recreation_parks_program_totals_fall_2015_summer\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.