Re: [akka-user] Re: Storm-like framework implemented on Akka

2014-08-27 Thread Christian Kreutzfeldt
Well, actually we are working on something similar. In contrast to Storm or 
Spark it provides us with features for ad hoc stream analysis w/out the 
need of deployments at query time. Actually, this is beta and already 
processing click stream data. I will be speaking at JavaZone 2014 about it 
and as they record all talks, you'll have a chance to get more information 
on that topic if interested :-)

Kind regards,
  Christian Kreutzfeldt
  Sw Dev @ Otto Group BI
  www.ottogroup.com


Am Samstag, 23. August 2014 14:55:55 UTC+2 schrieb Konrad Malawski:
>
> Have anything changed in this matter?
>
> https://spark.apache.org/
>
> Happy hakking!
>
> -- 
> Konrad 'ktoso' Malawski
> hAkker @ typesafe
> http://akka.io
>

-- 
>>  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 http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


Re: [akka-user] Re: Storm-like framework implemented on Akka

2014-08-23 Thread Konrad 'ktoso' Malawski
Have anything changed in this matter?

https://spark.apache.org/

Happy hakking!

-- 
Konrad 'ktoso' Malawski
hAkker @ typesafe
http://akka.io

-- 
>>  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 http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


[akka-user] Re: Storm-like framework implemented on Akka

2014-08-23 Thread Rafał Sobota
Have anything changed in this matter?

On Saturday, October 29, 2011 12:44:45 AM UTC+2, Evan Chan wrote:
>
> Yeah, I wrote this DSL. 
>
> However, I _really_ wish there was a Storm-like system implemented on 
> top of Akka.   I believe Storm's resilience and fault-tolerance is 
> built on top of monitoring processes.   Akka might offer not only 
> better fault tolerance, but much more flexible topologies.  Right now, 
> Storm topologies are fixed (ie cannot provision more workers/threads 
> without resubmitting the topology). 
>
> I think to match Storm, the Akka-based system would need the 
> following: 
> - at-least-once guaranteed message processing.   This is essentially a 
> system to track what parts of a tree of nodes has failed. 
> - distributed routing of messages, like is coming in Akka 2.x 
>   (by this I mean that N nodes can forward / route messages to N other 
> nodes, consistently, ie if my message hashes to actor 10, then no 
> matter which source actor this message is forwarded from, they all go 
> to actor 10.) 
> - distributed supervision and restarts 
> - a web UI for monitoring 
>
> -Evan 
>
>
> On Oct 28, 5:45 am, Debasish Ghosh  wrote: 
> > FWIW there is a Scala DSL for Storm ..
> https://github.com/velvia/ScalaStorm 
> >  .. 
> > 
> > cheers. 
> > 
> > On Fri, Oct 28, 2011 at 11:55 AM, Jesse Eichar 
> > wrote: 
>
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > > So Storm (https://github.com/nathanmarz/storm) has several 
> > > characteristics that I need for a project I am about to work on.  One 
> > > of my colleges has evaluated this project and while looking at it I 
> > > thought that Akka would be a perfect library for implementing Storm. 
> > > So I decided to ask the Akka community if they knew of an alternative 
> > > to Storm developed in Scala. 
> > 
> > > Basic requirements: 
> > > * Framework manages ensuring messages are delivered 
> > > * manages load balancing 
> > > * runs on multiple instances 
> > > * detects network/instance failures and compensates 
> > > * allows developer to only write application code and non of the above 
> > > considerations 
> > 
> > > Any thoughts? 
> > 
> > > Jesse 
> > 
> > > -- 
> > > You received this message because you are subscribed to the Google 
> Groups 
> > > "Akka User List" group. 
> > > To post to this group, send email to akka...@googlegroups.com 
> . 
> > > To unsubscribe from this group, send email to 
> > > akka-user+...@googlegroups.com . 
> > > For more options, visit this group at 
> > >http://groups.google.com/group/akka-user?hl=en. 
> > 
> > -- 
> > Debasish Ghoshhttp://manning.com/ghosh 
> > 
> > Twttr: @debasishg 
> > Blog:http://debasishg.blogspot.com 
> > Code:http://github.com/debasishg

-- 
>>  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 http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.