HS Dataset WSU 4-H
4-H is a program that provides experiences where young people learn by doing. Kids complete hands-on projects in areas like health, science, AGRICULTURE and citizenship, in a positive environment where they receive guidance from adult mentors and are encouraged to take on proactive leadership roles.
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 \"internal-open-piercecountywa-gov/hs-dataset-wsu-4h-85jb-832i\".\"hs_dataset_wsu_4h\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.