Open repository in Console
Readme
Updated over 4 years ago
‧ Indexed 3 hours ago
All NYC Restaurant Locations and inspection results
DOHMH inspection results of all New York City restaurants as of 4/3/2012
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 \"bronx-lehman-cuny-edu/all-nyc-restaurant-locations-and-inspection-gqhi-7359\".\"all_nyc_restaurant_locations_and_inspection\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.