[
https://issues.apache.org/jira/browse/QUARKS-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15208485#comment-15208485
]
ASF GitHub Bot commented on QUARKS-36:
--------------------------------------
Github user ddebrunner commented on a diff in the pull request:
https://github.com/apache/incubator-quarks-website/pull/18#discussion_r57167388
--- Diff: site/recipes/recipe_different_processing_against_stream.md ---
@@ -0,0 +1,150 @@
+---
+title: Recipe 4. Applying Different Processing Against a Single Stream
--- End diff --
I think this one needs a better title, I was expecting an example of
fan-out where the a single stream is fed into different functions, (e.g.
```
stream = ...
stream.filter(...);
stream.map(...);
```
Instead this is an example of pipeline processing, a stream is
transformed/filtered into a different stream.
> Recipe creation for "Re-using a stream" and "Detect a sensor value out of
> expected range"
> -----------------------------------------------------------------------------------------
>
> Key: QUARKS-36
> URL: https://issues.apache.org/jira/browse/QUARKS-36
> Project: Quarks
> Issue Type: Improvement
> Components: Documentation
> Reporter: Queenie Ma
> Assignee: Queenie Ma
> Priority: Minor
> Labels: documentation, enhancement, recipes
>
> I will write up two recipes for:
> * Apply different processing against a single stream
> * Detect a sensor value out of expected range
> ** simple filtering
> ** deadband filter
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)