Parks and Neighborhoods: Athletics Participation
Data from Memphis Parks and Neighborhoods department of Athletics. Participation counts are based on team registration of youths and adults in sporting events and participant counts from youth and adult swim events and youth golf lessons.
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 \"memphistn-gov/parks-and-neighborhoods-athletics-participation-f5df-6rt6\".\"parks_and_neighborhoods_athletics_participation\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.