Annual Salary 2010 thru 2013
State Employee Salaries by Calendar Year
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 \"wa-gov/annual-salary-2010-thru-2013-y3ds-rkew\".\"annual_salary_2010_thru_2013\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.