Open repository in Console
Readme
Updated almost 4 years ago
‧ Indexed 5 hours ago
Solid Waste Inspections 1-1-2018 to 6-30-2018
Environmental Health Solid Waste Inspections 1-1-2018 to 6-30-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 \"acgov/solid-waste-inspections-112018-to-6302018-fbb5-7rdk\".\"solid_waste_inspections_112018_to_6302018\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.