University of Lille, M2MIAGE, CARA project made by Laurent Thiebault & Ludovic Landschoot.
Count occurences (words/letters) in a large text file.
- Use Akka actors
- Divide and conquer
- Use a router actor
- Send chunks to a worker actor, process them and send the result back
- Display the result
To launch the project, execute sbt run