Open repository in Console
Readme
Updated 12 years ago
‧ Indexed 12 months ago
FY2014 City Employee Salary Schedule
This dataset contains the range of salaries of full-time city staff, by department and title, as of July, 2013.
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 \"providenceri-gov/fy2014-city-employee-salary-schedule-vwzg-zhtp\".\"fy2014_city_employee_salary_schedule\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.