Open repository in Console
Readme
Updated 5 months ago
‧ Indexed 28 minutes ago
Divvy Trips
This lists individual Divvy bike sharing trips, including the origin, destination, and timestamps for each trip. Trips are included when there is an starting and end date. Trips using a subscriber pass will include some basic demographic data (gender and age) that is associated with the account. For more information see https://ride.divvybikes.com/system-data.
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 \"cityofchicago/divvy-trips-fg6s-gzvg\".\"divvy_trips\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata