EPark Event Parking Schedule
This dataset contains the current and historic record of days/nights when the EPark Event Parking rates were scheduled and any corresponding messaging that may accompany these instances.
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/epark-event-parking-schedule-5ex6-4nvf\".\"epark_event_parking_schedule\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.