Open repository in Console
Readme
Updated 4 hours ago
‧ Indexed 2 hours ago
Everett for Everett Dining Guide
Open Food and Drink Businesses During Covid-19
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 \"everettwa-gov/everett-for-everett-dining-guide-m267-sbt9\".\"everett_for_everett_dining_guide\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.