Hi All,
I am new to Akka and Actor model. I have the below use case - can you
review and suggest how to split the tasks between actors?
*Use case*
*Step 1* : receive a file list from an external service
*Step 2 : **for each file in the list *
* {*
a. download file through rest api
b. extract content from file
c. perform few operations on the content and store results
in DB
d. store content itself to DB
e. store downloaded file to file system
f. update status in DB
* }*
This has to be done in scale. Roughly for a million documents a day.
Do you think each step inside the loop can be implemented as a separate
actor? Is that approach correct?
Thanks
Akash.
--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ:
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.