- Aggregate sensor data in csv format coming from leaders.
- We will read all data from different sensor from a directory which will be passed as argument to the program.
- In this implementation we will ignore any malformed row.
sbt run <csv_directory>
sbt test