Providence Food System Snapshot 2018
This data draws from the Rhode Island Food Policy Council's "Food System Snapshot" for Providence, 2018
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 \"providenceri-gov/providence-food-system-snapshot-2018-hnyn-8qtp\".\"providence_food_system_snapshot_2018\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.