Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 11 months ago
City Employee Payroll (Current)
Payroll information for all Los Angeles City Employees including the City's three proprietary departments: Water and Power, Airports and Harbor. Data is updated bi-weekly by the Los Angeles City Controller's Office. Payroll information for employees of the Department of Water and Power is updated every three months.
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 \"controllerdata-lacity/city-employee-payroll-current-g9h8-fvhu\".\"city_employee_payroll_current\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata