{"id":21393138,"url":"https://github.com/apache/kibble-scanners","last_synced_at":"2025-09-17T21:38:45.182Z","repository":{"id":53541245,"uuid":"107537813","full_name":"apache/kibble-scanners","owner":"apache","description":"Apache Kibble Scanners","archived":false,"fork":false,"pushed_at":"2024-11-22T08:16:12.000Z","size":193,"stargazers_count":16,"open_issues_count":6,"forks_count":11,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-07-08T02:06:13.553Z","etag":null,"topics":["big-data","kibble","python"],"latest_commit_sha":null,"homepage":"https://kibble.apache.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2017-10-19T11:32:23.000Z","updated_at":"2024-11-22T08:16:16.000Z","dependencies_parsed_at":"2024-11-22T09:19:50.625Z","dependency_job_id":"d0f0d6ae-fa7c-4979-b7f8-08103a6e6b63","html_url":"https://github.com/apache/kibble-scanners","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apache/kibble-scanners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fkibble-scanners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fkibble-scanners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fkibble-scanners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fkibble-scanners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/kibble-scanners/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fkibble-scanners/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265186698,"owners_count":23724724,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["big-data","kibble","python"],"created_at":"2024-11-22T14:09:01.265Z","updated_at":"2025-09-17T21:38:40.092Z","avatar_url":"https://github.com/apache.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kibble Scanner Application\nThe Kibble Scanners collect information for the Kibble Suite.\n\n## Setup instructions:\n\n - Edit conf/config.yaml to match your Kibble service\n\n## How to run:\n\n - On a daily/weekly/whatever basis, run: `python3 src/kibble-scanner.py`.\n\n### Command line options:\n\n    usage: kibble-scanner.py [-h] [-o ORG] [-f CONFIG] [-a AGE] [-s SOURCE]\n                             [-n NODES] [-t TYPE] [-e EXCLUDE [EXCLUDE ...]]\n                             [-v VIEW]\n    \n    optional arguments:\n      -h, --help            show this help message and exit\n      -o ORG, --org ORG     The organisation to gather stats for. If left out, all\n                            organisations will be scanned.\n      -f CONFIG, --config CONFIG\n                            Location of the yaml config file (full path)\n      -a AGE, --age AGE     Minimum age in hours before performing a new scan on\n                            an already processed source. --age 12 will not process\n                            any source that was processed less than 12 hours ago,\n                            but will process new sources.\n      -s SOURCE, --source SOURCE\n                            A specific source (wildcard) to run scans on.\n      -n NODES, --nodes NODES\n                            Number of nodes in the cluster (used for load\n                            balancing)\n      -t TYPE, --type TYPE  Specific type of scanner to run (default is run all\n                            scanners)\n      -e EXCLUDE [EXCLUDE ...], --exclude EXCLUDE [EXCLUDE ...]\n                            Specific type of scanner(s) to exclude\n      -v VIEW, --view VIEW  Specific source view to scan (default is scan all\n                            sources)\n\n\n## Directory structure:\n\n - `conf/`: Config files\n - `src/`:\n - - `kibble-scanner.py`: Main script for launching scans\n - - `plugins/`:\n - - - `brokers`: The various database brokers (ES or JSON API)\n - - - `utils`: Utility libraries\n - - - `scanners`: The individual scanner applications\n\n## Currently available scanner plugins:\n\n - Apache Pony Mail (`plugins/scanners/ponymail.py`)\n - Atlassian JIRA (`plugins/scanners/jira.py`)\n - BugZilla Issue Tracker (`plugins/scanners/bugzilla.py`)\n - BuildBot (`plugins/scanners/buildbot.py`)\n - Discourse (`plugins/scanners/discourse.py`)\n - Gerrit Code Review (`plugins/scanners/gerrit.py`)\n - Git Repository Fetcher (`plugins/scanners/git-sync.py`)\n - Git Census Counter (`plugins/scanners/git-census.py`)\n - Git Code Evolution Counter (`plugins/scanners/git-evolution.py`)\n - Git SLoC Counter (`plugins/scanners/git-sloc.py`)\n - GitHub Issues/PRs (`plugins/scanners/github.py`)\n - GitHub Traffic Statistics (`plugins/scanners/github-stats.py`)\n - GNU Mailman Pipermail (`plugins/scanners/pipermail.py`)\n - Jenkins (`plugins/scanners/jenkins.py`)\n - Travis CI (`plugins/scanners/travis.py`)\n\n## Requirements:\n\n - [cloc](https://github.com/AlDanial/cloc) version 1.76 or later `(optional)`\n - git binaries\n - python3 (3.3 or later)\n - python3-elasticsearch\n - python3-certifi\n - python3-yaml\n\n \n# Get involved\n  TBD. Please see https://kibble.apache.org/ for details!\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fkibble-scanners","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fkibble-scanners","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fkibble-scanners/lists"}