Skip to content

javagrunt-com/com.javagrunt.batch.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forks Stargazers Issues

Spring Batch for GitHub Analytics

Prerequisites

These should match the compose.yaml output.

export GH_PAT=ghp_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
export GH_ORG=javagrunt-com
export DATASOURCE_URL=jdbc:postgresql://localhost/postgres
export DATASOURCE_USERNAME=postgres
export DATASOURCE_PASSWORD=postgres
export REDIS_HOST=localhost
export REDIS_PORT=6379

Environment variables are required to run the application.

Quick Start

docker compose up -d
./mvnw spring-boot:run

or

./mvnw spring-boot:test-run

Attributions

Related Videos