Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lauthieb/akka-counter-scala

Counter of occurences (words/letters) in a large text file
https://github.com/lauthieb/akka-counter-scala

akka counter letters occurences scala words

Last synced: 12 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# akka-counter-scala

University of Lille, M2MIAGE, CARA project made by [Laurent Thiebault](https://github.com/lauthieb) & [Ludovic Landschoot](https://github.com/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```