This Challenge was posted 2 years ago
OSS Benchmark
Tracking the institutions and activity of local open source projects
↓ Open
using
using
Presentation
Visit our website!
https://ossbenchmark.com
Generate data
using docker
dependencies: docker
or python
docker build -t oss-github .
docker --name oss-github-runner run --rm oss-github
docker rm oss-github-runner
docker rmi oss-github
using python
cd ./data-gathering
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python OSS_github_benchmark.py
Start Visualization
dependencies: node
cd frontend
npm install
npm start
Explore the data with jupyter notebook
There is a jupyter notebook that loads a pickle-file of the data.
It's located at ./data-gathering/github-data.pickle
Deployment
git subtree push --prefix data-gathering prod master
Preview of
external content.
Previous
HACKnight 2022
Next project