San Mateo County Convention and Visitors Bureau Farmers Markets
Location, open season, open days, and open hours of farmers markets in San Mateo County. These farmer's markets are not necessarily certified by the San Mateo County Agriculture/Weights and Measures Department. Certified farmers markets can be found in the Open Data Portal: https://data.smcgov.org/Business/Certified-Farmers-Markets/ehqe-kh4j
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 \"datahub-smcgov/san-mateo-county-convention-and-visitors-bureau-e885-229h\".\"san_mateo_county_convention_and_visitors_bureau\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.