Human Resources - Collective Bargaining Agreements
The following are the Collective Bargaining Agreements for Cook County for the periods of 2004-2008, 2008-2010, 2012-2017, 2017-2020 and 2020-2024.
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 \"datacatalog-cookcountyil-gov/human-resources-collective-bargaining-agreements-8tar-cztq\".\"human_resources_collective_bargaining_agreements\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.