{"id":22868557,"url":"https://github.com/cognizantopensource/ciqdashboard-collector-github","last_synced_at":"2025-03-31T10:51:02.113Z","repository":{"id":98209954,"uuid":"303592137","full_name":"CognizantOpenSource/ciqdashboard-collector-github","owner":"CognizantOpenSource","description":"GitHub Collector","archived":false,"fork":false,"pushed_at":"2024-06-19T09:10:54.000Z","size":14418,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T15:54:57.951Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/CognizantOpenSource.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}},"created_at":"2020-10-13T04:55:56.000Z","updated_at":"2024-06-19T09:10:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb2b8333-af9f-4def-b8dd-928fdb558d35","html_url":"https://github.com/CognizantOpenSource/ciqdashboard-collector-github","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CognizantOpenSource%2Fciqdashboard-collector-github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CognizantOpenSource%2Fciqdashboard-collector-github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CognizantOpenSource%2Fciqdashboard-collector-github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CognizantOpenSource%2Fciqdashboard-collector-github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CognizantOpenSource","download_url":"https://codeload.github.com/CognizantOpenSource/ciqdashboard-collector-github/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246458022,"owners_count":20780675,"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":[],"created_at":"2024-12-13T12:36:07.263Z","updated_at":"2025-03-31T10:51:02.093Z","avatar_url":"https://github.com/CognizantOpenSource.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# CIQDashboard GitHub Collector\n\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?style=flat-square)](CODE_OF_CONDUCT.md)\n\n![JDK version= 11](https://img.shields.io/badge/JDK-11-brightgreen?style=flat-square)\n![MongoDB server version= 4.0 or above](https://img.shields.io/badge/MongoDB_Server-4.0_or_above-brightgreen?style=flat-square)\n![Cloud](https://img.shields.io/badge/GitHub-Cloud-blue?style=flat-square)\n\n[Requirements](#requirements) • [Properties](#properties) • [Run Locally](#run-locally) • [Contributing](#contributing) • [Related](#related)\n\nThe application fetches repositories and related fields from GitHub and stores them in a MongoDB database for use by other applications.\n\n## Requirements\n\n- JDK 11\n- MongoDB Server 4.0 or above\n\n## Properties\n\nIn order to run this project, you must provide the following values in application.yml which can be found under [resources](src/main/resources) directory\n\n`MongoDB Server URI`\n\n`GitHub Server base URL`\n\n`GitHub Personal Access Token`\n\n## Run Locally\n\nClone the project\n\n```bash\n  git clone https://github.com/CognizantCodeHub/ciqdashboard-collector-github.git\n```\n\nGo to the project directory\n\n```bash\n  cd ciqdashboard-collector-github\n```\n\nBuild the project\n\n```bash\n  gradle build\n```\n\nStart the application\n\n```bash\n  gradle bootrun\n```\n\n## Contributing\n\nContributions are always welcome!\n\nSee `contributing.md` for ways to get started.\n\nPlease adhere to this project's `code of conduct`.\n\n## Related\n\nHere are some related projects\n\n[CIQDashboard UI](https://github.com/CognizantCodeHub/ciqdashboard-ui)\n\n[CIQDashboard API](https://github.com/CognizantCodeHub/ciqdashboard-api)\n\n[CIQDashboard Metric Services](https://github.com/CognizantCodeHub/ciqdashboard-metric-services)\n\n[CIQDashboard Auth](https://github.com/CognizantCodeHub/ciqdashboard-auth)\n\n[CIQDashboard ALM Collector](https://github.com/CognizantCodeHub/ciqdashboard-collector-alm)\n\n[CIQDashboard Jira(cloud) Collector](https://github.com/CognizantCodeHub/IPR000025_ciqdashboard-collector-jira-cloud)\n\n[CIQDashboard Jira(On Premise) Collector](https://github.com/CognizantCodeHub/ciqdashboard-collector-jira)\n\n[CIQDashboard Jira+Zephyr(cloud) Collector](https://github.com/CognizantCodeHub/ciqdashboard-collector-jira-zephyr-cloud)\n\n[CIQDashboard Jira+Zephyr(On Premise) Collector](https://github.com/CognizantCodeHub/ciqdashboard-collector-jira-zephyr)\n\n[CIQDashboard Rally Collector](https://github.com/CognizantCodeHub/ciqdashboard-collector-rally)\n\n[CIQDashboard Jenkins Collector](https://github.com/CognizantCodeHub/ciqdashboard-collector-jenkins)\n\n[CIQDashboard ServiceNow Collector](https://github.com/CognizantCodeHub/IPR000025_ciqdashboard-collector-servicenow)\n\n## License\n\n[To edit](https://choosealicense.com/licenses/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcognizantopensource%2Fciqdashboard-collector-github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcognizantopensource%2Fciqdashboard-collector-github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcognizantopensource%2Fciqdashboard-collector-github/lists"}