Warning
Under Construction. I force push to this frequently.
These are some tools for extracting data for GitHub, storing them in a local db, querying them and finally visualizing them.
For GitHub integrations, you will need a .env
file. Example:
GITHUB_TOKEN=REDACTED
REPO_OWNER=vectordotdev
REPO_NAME=vector
The following script deletes and regenerates everything.
./generate-all.sh
TODO!