Clone this repo:
  1. 4476c20 Use discovery-parent-pom in wikidata toolkit analyzer. by Guillaume Lederrey · 3 years ago master
  2. cd1733e Merge "Minimal configuration of Sonar maven plugin." by jenkins-bot · 3 years, 2 months ago
  3. abf52e9 Minimal configuration of Sonar maven plugin. by Guillaume Lederrey · 3 years, 2 months ago
  4. dade55c Use Archiva to download Maven Wrapper. by Guillaume Lederrey · 3 years, 2 months ago
  5. 85dadd8 Adding Maven wrapper to conform to how other projects are built. by Guillaume Lederrey · 3 years, 3 months ago

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