Skip to content

wikimedia/analytics-wmde-toolkit-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toolkit-analyzer

Code is written in a combination of:

  • Java
  • Python

** Go to the Java package directory **

cd analyzer

** Package me using Maven **

../mvnw package

** Run me using Java **

java -Xmx2g -jar ./target/toolkit-analyzer.jar --processors BadDate --store ~/data --latest
# or
java -Xmx2g -jar ./target/toolkit-analyzer.jar --processors BadDate --store ~/data --date 20161031

** Use my output **

All data output should be in the 'data' passed to the script. In the case above that is ~/data

About

Github mirror of "analytics/wmde/toolkit-analyzer" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published