You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by Joe Witt <jo...@gmail.com> on 2015/07/11 18:02:14 UTC

Re: How to implement Scatter-Gather?

Didn't want to lose this important thread/concept so have turned this
into a JIRA:  https://issues.apache.org/jira/browse/NIFI-760

Thanks
Joe

On Mon, Jun 22, 2015 at 5:11 AM, Toivo Adams <to...@gmail.com> wrote:
> Joe,
> “””- The use case you show is pretty much one where there are N
> asynchronous threads running that are about the same 'event',
> 'concept', 'etc..' and once those asynchronous items all reach a
> specific point they need to be joined or operated on together in some
> way, right? “””
>
> Correct.
> Many business use cases can use such pattern.
> For example fraud and money laundering detection. Securities trading. Maybe
> machine learning. etc.
> Often low latency is goal. Sometimes easy way to combine components for
> decision making is appealing.
>
> Another use case might be joining data from different data sources.
> Or joining data from NoSql databases. For example Cassandra doesn’t support
> joins.
>
> Thanks
> Toivo
>
>
>
>
> --
> View this message in context: http://apache-nifi-incubating-developer-list.39713.n7.nabble.com/How-to-implement-Scatter-Gather-tp1944p1998.html
> Sent from the Apache NiFi (incubating) Developer List mailing list archive at Nabble.com.