[ 
https://issues.apache.org/jira/browse/QUARKS-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15269363#comment-15269363
 ] 

ASF GitHub Bot commented on QUARKS-165:
---------------------------------------

Github user queeniema commented on a diff in the pull request:

    
https://github.com/apache/incubator-quarks-website/pull/58#discussion_r61937042
  
    --- Diff: site/recipes/recipe_parallel_analytics.md ---
    @@ -0,0 +1,172 @@
    +---
    +title: How can I run analytics on several tuples in parallel?
    +---
    +
    +If the duration of your per-tuple analytic processing makes your 
application unable to keep up with the tuple injest rate or result generation 
rate, you can often run analytics on several tuples in parallel to improve 
performance.
    --- End diff --
    
    Spelling error: _injest_ should be _ingest_


> support tuple-parallel analytics
> --------------------------------
>
>                 Key: QUARKS-165
>                 URL: https://issues.apache.org/jira/browse/QUARKS-165
>             Project: Quarks
>          Issue Type: New Feature
>            Reporter: Dale LaBossiere
>            Assignee: Dale LaBossiere
>
> Add the ability to easily create traditional parallel pipeline flows:  
> N-channels of the same pipeline logic, with a splitter controlling the tuple 
> distribution, and union'ing the results from the channels.
> I'm creating a PR with the API.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to