Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 11 months ago
Alcohol Retail Licenses in Napa County
All on-sale and off-sale retail licenses for alcohol in Napa County.
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 \"countyofnapa/alcohol-retail-licenses-in-napa-county-8rw6-hhca\".\"alcohol_retail_licenses_in_napa_county\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata