Open repository in Console
Readme
Updated 12 months ago
‧ Indexed 11 months ago
MTA LIRR Service Delivered: Beginning 2019
Service Delivered measures our ability to deliver the amount scheduled service and capacity versus actual service.
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 \"ny-gov/mta-lirr-service-delivered-beginning-2019-hpua-e653\".\"mta_lirr_service_delivered_beginning_2019\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata