sccgov/food-facility-inspection-data-2017-vip6-hb5z
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 2 years ago
Indexed 1 hour ago

Food Facility Inspection Data 2017

Food Facility Inspection Data 2017 by Department of Environmental Health

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 \"sccgov/food-facility-inspection-data-2017-vip6-hb5z\".\"food_facility_inspection_data_2017\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • food_facility_inspection_data_2017