Open repository in Console
Readme
Updated 6 months ago
‧ Indexed 1 hour ago
King County Metro - Hyde Shuttle
The Hyde Shuttle program provides door-to-door van service for older adults and adults with disabilities throughout many communities in King County. Our friendly, specially-trained drivers transport riders to hot meal programs, medical appointments, senior centers, grocery stores and other local destinations. For those who have difficulty getting around, the service provides an opportunity to socialize and stay active within their communities.
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-hyde-shuttle-j7f3-qjgy\".\"king_county_metro_hyde_shuttle\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.