GithubHelp home page GithubHelp logo

frido / mvn-statistics Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 3.0 37.09 MB

The State of Maven ecosystem 2020. Java multithreaded application that aims to analyze pom files from the central maven repository

Home Page: https://petrzalka.info/mvn-statistics/

Java 52.28% HTML 19.66% TypeScript 22.69% SCSS 2.11% Mustache 3.27%
maven maven-pom java statistics

mvn-statistics's Introduction

The State of Maven ecosystem 2020.

Java multithreaded application that aims to analyze pom files from the central maven repository

It analyze 229,267 pom.xml files for the latest version of each maven project in the central maven repository.

You can find the resulting statistics on the github pages.

Collector

Java source is located in src as maven project.

Build executable jar file

mvn clean package

Run java file

java -cp target\statistics-1.0.jar <<CLASS>>

There is a list of <<CLASS>> options.

name class input output
Crawler frido.mvnrepo.downloader.repo.RepoCrawler data/metadata.list
MetadataReader frido.mvnrepo.downloader.metadata.MetadataReader data/metadata.list data/pom.list
PomReader frido.mvnrepo.downloader.pom.PomReader data/pom.list data/statistics.json
StatisticsReader frido.mvnrepo.downloader.report.StatisticsReader data/statistics.json report/*.json
GitReader frido.mvnrepo.downloader.github.GitReader data/statistics.json data/github.json
GithubReader frido.mvnrepo.downloader.github.GitHubReader github.list github/github.json

TODO: GithubReader input github.list should be data/github.json

Presenter

SImple SIte GEnerator is in src-docs folder as npm project.

Go to presenter root folder

cd src-docs

Install dependencies

npm install

Compile ts to js

tsc

Generate html pages

node sisige.js

You can find output in docs folder.

mvn-statistics's People

Contributors

frido avatar

Watchers

 avatar

Forkers

daravijay1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.