ferzerkerx / repo-stats

Gets additional statistics for github repository: contribution percentage + subject matter expert suggestions based on labels and git commit history

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

repo-stats

Build Status Quality Gate

Gets additional statistics for github repository: contribution percentage + subject matter expert suggestions based on labels and git commit history

The aggregation and graphics are done using ELK stack

alt tag alt tag

Env configurations

GITHUB_TOKEN=

ES_HOST=

To use a Dockerized ELK

Please refer to https://elk-docker.readthedocs.io/ , mainly the only thing needed is:

sysctl -w vm.max_map_count=262144
docker run -p 5601:5601 -p 9200:9200 -p 5044:5044 -it --name elk sebp/elk
 grep vm.max_map_count /etc/sysctl.conf

About

Gets additional statistics for github repository: contribution percentage + subject matter expert suggestions based on labels and git commit history

License:MIT License


Languages

Language:TypeScript 82.3%Language:HTML 10.3%Language:JavaScript 6.7%Language:CSS 0.7%