GitHub user queeniema opened a pull request:

    https://github.com/apache/incubator-quarks/pull/14

    [QUARKS-16] [WIP] Add topology sample for combining streams processing 
results

    Purpose: Applying different processing against a set of streams and 
combining the resulting streams into a single stream.
    
    - Polls a simulated heart monitor to periodically obtain blood pressure 
readings.
    - Splits the readings by blood pressure category into separate streams.
    - Applies different processing on each stream to generate alert streams.
    - Combines the alert streams into a single stream and prints the alerts.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/queeniema/incubator-quarks 
sample-CombiningStreamsProcessingResults-quarks-16

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-quarks/pull/14.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #14
    
----
commit 399ea8d98031d9b012feed055537713b8294d3fd
Author: Queenie Ma <[email protected]>
Date:   2016-03-15T22:10:31Z

    Add topology sample for combining streams processing results

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to