Skip to content

lauthieb/akka-counter-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

akka-counter-scala

University of Lille, M2MIAGE, CARA project made by Laurent Thiebault & Ludovic Landschoot.

Objective

Count occurences (words/letters) in a large text file.

Requirements

  • 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

Development

To launch the project, execute sbt run

About

Counter of occurences (words/letters) in a large text file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published