Salary Steps by Job Classification
Current salary steps (A Step - I Step) and unit designations for all job classifications.
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 \"sonomacounty-ca-gov/salary-steps-by-job-classification-t7x3-ntip\".\"salary_steps_by_job_classification\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.