Requirements • Properties • Run Locally • Contributing • Related
The application fetches repositories and related fields from GitHub and stores them in a MongoDB database for use by other applications.
- JDK 11
- MongoDB Server 4.0 or above
In order to run this project, you must provide the following values in application.yml which can be found under resources directory
MongoDB Server URI
GitHub Server base URL
GitHub Personal Access Token
Clone the project
git clone https://github.com/CognizantCodeHub/ciqdashboard-collector-github.git
Go to the project directory
cd ciqdashboard-collector-github
Build the project
gradle build
Start the application
gradle bootrun
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
Here are some related projects
CIQDashboard Jira(cloud) Collector
CIQDashboard Jira(On Premise) Collector
CIQDashboard Jira+Zephyr(cloud) Collector
CIQDashboard Jira+Zephyr(On Premise) Collector
CIQDashboard Jenkins Collector