{"id":37088453,"url":"https://github.com/zigbang/steampipe-plugin-docswave","last_synced_at":"2026-01-14T10:52:05.296Z","repository":{"id":78079011,"uuid":"491188395","full_name":"zigbang/steampipe-plugin-docswave","owner":"zigbang","description":"Steampipe plugin for Docswave groupware solution(https://www.docswave.com/en)","archived":false,"fork":false,"pushed_at":"2022-09-07T09:56:49.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-06-20T14:16:40.297Z","etag":null,"topics":["docswave","steampipe","steampipe-plugin"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zigbang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-11T16:22:18.000Z","updated_at":"2023-10-31T06:17:41.000Z","dependencies_parsed_at":"2023-03-14T17:00:15.548Z","dependency_job_id":null,"html_url":"https://github.com/zigbang/steampipe-plugin-docswave","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zigbang/steampipe-plugin-docswave","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigbang%2Fsteampipe-plugin-docswave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigbang%2Fsteampipe-plugin-docswave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigbang%2Fsteampipe-plugin-docswave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigbang%2Fsteampipe-plugin-docswave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zigbang","download_url":"https://codeload.github.com/zigbang/steampipe-plugin-docswave/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigbang%2Fsteampipe-plugin-docswave/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28417716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docswave","steampipe","steampipe-plugin"],"created_at":"2026-01-14T10:52:04.627Z","updated_at":"2026-01-14T10:52:05.288Z","avatar_url":"https://github.com/zigbang.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docswave Plugin for Steampipe\n## Installing and Testing the Plugin\n\nTo install the plugin, simple run the following command.\n\n```\n% make local\ngo build -o  ~/.steampipe/plugins/local/docswave/docswave.plugin *.go\n```\n\nCheck your local plugin using the following command.\n\n```\n% steampipe plugin list\n+--------------------------------------------------+---------+-------------+\n| Name                                             | Version | Connections |\n+--------------------------------------------------+---------+-------------+\n| hub.steampipe.io/plugins/turbot/aws@latest       | 0.57.0  | aws         |\n| hub.steampipe.io/plugins/turbot/steampipe@latest | 0.2.0   | steampipe   |\n| local/docswave                                   | local   |             |\n+--------------------------------------------------+---------+-------------+\n```\n\nCopy the sample `docswave.spc` file to `~/.steampipe/config` folder and change the name of the `plugin` from `docswave` to `local/docswave`. and update it with your token\n\n```\n% cat ~/.steampipe/config/docswave.spc\nconnection \"docswave\" {\n    plugin = \"local/docswave\"\n    \n    token = \"YOUR_API_TOKEN_HERE\"\n}\n```\n\nCheck and see if you have a valid connection.\n\n```\n% steampipe plugin list\n+--------------------------------------------------+---------+-------------+\n| Name                                             | Version | Connections |\n+--------------------------------------------------+---------+-------------+\n| hub.steampipe.io/plugins/turbot/aws@latest       | 0.57.0  | aws         |\n| hub.steampipe.io/plugins/turbot/steampipe@latest | 0.2.0   | steampipe   |\n| local/docswave                                   | local   | docswave    |\n+--------------------------------------------------+---------+-------------+\n```\n\n3 tables supported\n\n```\n+--------------------------+-------------+\n| table                    | description |\n+--------------------------+-------------+\n| docswave_member          |             |\n| docswave_team            |             |\n| docswave_vacation_member |             |\n+--------------------------+-------------+\n```\nLet's test the plugin.\n\n```\n% steampipe query \"select count(member_id) from docswave_member where member_status ='WORKING'\" --timing\n+-------+\n| count |\n+-------+\n| 403   |\n+-------+\nTime: 1.729330413s\n```\n\nThat's it.\n\n## Caution\n  - If your query retrieve team_id on docswave_member then steampipe additionally calls docswave API per each member. because member API does not provide team_id.\n    - e.g : If you query \"select * from docswave_member\", It takes over 45 sec for query 403 members.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigbang%2Fsteampipe-plugin-docswave","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzigbang%2Fsteampipe-plugin-docswave","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigbang%2Fsteampipe-plugin-docswave/lists"}