Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 4 hours ago
King County Metro - Community Van
Our Community Van program provides a van for pre-scheduled trips-as a driver or as a passenger.
Schedule your ride in advance or volunteer to drive your neighbors or your own family. Use Community Van to run errands, get to appointments, or attend activities and outings!
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 \"kingcounty-gov/king-county-metro-community-van-e45s-hy5z\".\"king_county_metro_community_van\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.