Solid Waste and Recycling Website Data
Data from the solid waste and recycling program. Visuals are pushed to the solid waste and recycling program website.
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-chattadata/solid-waste-and-recycling-website-data-79t8-mn8i\".\"solid_waste_and_recycling_website_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.