Open repository in Console
Readme
Updated 7 years ago
‧ Indexed 5 hours ago
Solid Waste Inspections June 2009 to December 2014
Environmental Health Solid Waste Inspections June 2009 to December 2014
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 \"acgov/solid-waste-inspections-june-2009-to-december-2014-bsxd-ftbe\".\"solid_waste_inspections_june_2009_to_december_2014\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.