Open repository in Console
Readme
Updated over 9 years ago
‧ Indexed 12 months ago
City of Berkeley Employee Salaries - 2012
All salaries as reported on Transparent California, http://transparentcalifornia.com/, for 2012
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 \"cityofberkeley-info/city-of-berkeley-employee-salaries-2012-kw74-4a6x\".\"city_of_berkeley_employee_salaries_2012\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata