Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lauthieb/akka-counter-scala
- Owner: lauthieb
- Created: 2018-01-11T08:56:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T07:58:14.000Z (almost 7 years ago)
- Last Synced: 2024-11-10T11:40:49.528Z (about 2 months ago)
- Topics: akka, counter, letters, occurences, scala, words
- Language: Shell
- Homepage:
- Size: 1.51 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## DevelopmentTo launch the project, execute ```sbt run```