Collaborative Site Formation within Employee Website
Contains formational information about specific collaborative sites within Marin County's internal employee website, called the HUB. Information includes the site name and its publication date. Information is updated quarterly when new collaborative sites, if any, are added.
A collaborative site is for a targeted group of employees. They can find resources particular to their group. Resources may include access to group documents, surveys for the group, group lists, messages to the group, and more.
Usage of specified collaborative sites is tracked in the "Usage of Employee Website" dataset.
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 \"marincounty/collaborative-site-formation-within-employee-336m-e7x4\".\"collaborative_site_formation_within_employee\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.