Open repository in Console
Readme
Updated 1 month ago
‧ Indexed 21 minutes ago
Retail Food Inspections
This dataset provides a full listing of all East Baton Rouge Parish retail food inspections conducted by the Louisiana Department of 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 \"brla-gov/retail-food-inspections-ux2t-b9wr\".\"retail_food_inspections\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata