Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
Employee Salaries - 2023
Annual salary information including gross pay and overtime pay for all active, permanent employees of Montgomery County, MD paid in calendar year 2023. This information will be published annually each 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 \"montgomerycountymd-gov/employee-salaries-2023-iv8c-428b\".\"employee_salaries_2023\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata