Pull fun stats from Github about your repository
On the root project folder
- Build the local project:
docker build --no-cache .
- Launch the project
docker-compose -f docker-compose.yml up -d
You can view the logs using docker-compose logs
- Finally (when done) shutdown the project
docker-compose -f docker-compose.yml stop
- GitClio Web interface: http://localhost:2546/
- Adminer (DB ui): http://localhost:8080/ (server: postgreSQL, server: database:5432, username: gitclio, password: gitclio, database: gitclio)
The issues/prs are processed in batches of a max of 100 (Github max items per page). Each item in processed concurrently. There could be possible ways to make the process faster but this improvement will come in a future update.