WinnerCalculator

Build Status Codacy Badge

Implementation for a popular online game.

The calculator finds the winning team(s) and winning player(s) from two files in the format like in:

  • WinnerCalculator/src/main/resources/scores.dat and
  • WinnerCalculator/src/main/resources/teams.dat

Two solutions implemented with Apache Spark. One with DataFrames and the other with a RDD