edmonton-ca/ets-fare-history-4n2j-anrc
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 18 hours ago
Indexed 6 hours ago

ETS Fare History

Historical fare data for Edmonton Transit System (ETS).

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 \"edmonton-ca/ets-fare-history-4n2j-anrc\".\"ets_fare_history\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • ets_fare_history
     
     
     
     
     
Upstream Metadata