Skip to content

md-systems/oss-github-benchmark

This branch is 440 commits ahead of, 1039 commits behind digital-sustainability/oss-github-benchmark:main.

Folders and files

NameName
Last commit message
Last commit date
Aug 4, 2021
Aug 4, 2021
Aug 24, 2021
Nov 25, 2020
Dec 22, 2020
Aug 24, 2021
Jan 14, 2021
Aug 4, 2021
Sep 23, 2020
Feb 9, 2020
Nov 28, 2020
Aug 4, 2021
Nov 23, 2020

Repository files navigation

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

About

Benchmark of OSS projects on GitHub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 48.5%
  • HTML 25.8%
  • Python 16.9%
  • SCSS 4.4%
  • JavaScript 2.6%
  • Makefile 1.3%
  • Dockerfile 0.5%