Mayor's Expense Report
January 1, 2014 - October 25, 2021.
For information on other expense categories, refer to the Mayor's Meeting Expenses dataset (https://data.edmonton.ca/d/4e5k-hg84).
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/mayors-expense-report-9q8e-brde\".\"mayors_expense_report\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.