City of Edmonton - Payroll Codes
This dataset contains descriptions of the pay items that employees at the City of Edmonton may see listed on their pay advice.
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/city-of-edmonton-payroll-codes-3t6v-ay56\".\"city_of_edmonton_payroll_codes\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.