Like we explained many times, Akka Streams is NOT competing with Spark nor
Flinkā€“it's complementing them.
Those are distributed stream processing engines.
Akka Streams is a building block, that could be used to build such.

So the question asked here can be translated as "Hadoop or Iterator?",
where we're Iterator.
And one might be surprised how often a small, focused and fast tool can get
the job done on small to medium data :-)

-- 
Konrad `ktoso` Malawski
Akka <http://akka.io> @ Lightbend <http://lightbend.com>

On 11 July 2016 at 16:51:22, Maatary Okouya (maatarioko...@gmail.com) wrote:

Hi,

I like Akka, Akka Stream and its programing model. I like it better than,
Apache Sparks or Flink, I find it way more flexible. However i wonder if
there is a future plan, to have a framework on top of Akka Stream, that
would allow to manage jobs, submit job and so on, including coming with a
visual interface, working as a service and so on, such as in both flink and
Sparks.

One can definitely build is own framework with Akka. It is a lot of work on
your own, especially with delivery semantics, recovery and so on but it is
not either a monumental task.


I wonder if there is any project in that direction.
--
>>>>>>>>>> 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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to