himadriganguly / gitcommit-count-storm

Using Apache Storm to count the number of git commits by each user.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Commit Count In Apache Storm

This is practise application displays a list of email address and the count the number of commits by them in a particular repository using Apache Storm.

Pre-requisites for running project:

To run this topology in local mode:

  • Compile the project source, producing a jar file. Do this by running the following on the command-line:
mvn clean package
  • Execute the main class in the jar file by running the following:
java -jar target/github-commit-count-1.0.0-jar-with-dependencies.jar
  • Sit back and watch the topology continually process messages based on the data in changelog.txt.

About

Using Apache Storm to count the number of git commits by each user.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%