Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 994 Bytes

File metadata and controls

27 lines (19 loc) · 994 Bytes

GitHub Compare

Build Status Coverage Status

GitHub Compare lets you compare the popularity of multiple repositories. The time-series data generated is then made accessible through the GitHub Compare API.

Generate an assembly
sbt assembly
Download GitHub events
java -jar target/scala-2.11/githubcompare-assembly-0.1.jar download [options]
Generate GitHub stars time-series
java -jar target/scala-2.11/githubcompare-assembly-0.1.jar aggregate [options]

Uses Spark for event processing. The generation can be time-consuming, follow the Spark tasks in the browser.