Repository: apex-site Updated Branches: refs/heads/master e617451c9 -> ce98417f9
Updating malhar demos -> examples Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/ce98417f Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/ce98417f Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/ce98417f Branch: refs/heads/master Commit: ce98417f9030e9ba54ae7ad2c7a1291bb2ee5ac0 Parents: e617451 Author: chinmaykolhatkar <[email protected]> Authored: Wed Mar 8 12:29:50 2017 +0530 Committer: GitHub <[email protected]> Committed: Wed Mar 8 12:29:50 2017 +0530 ---------------------------------------------------------------------- src/md/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-site/blob/ce98417f/src/md/docs.md ---------------------------------------------------------------------- diff --git a/src/md/docs.md b/src/md/docs.md index ded7bd9..9da0a2c 100644 --- a/src/md/docs.md +++ b/src/md/docs.md @@ -14,7 +14,7 @@ word counting application with Apache Apex starting with setting up your develop - <a href="http://docs.datatorrent.com/tutorials/salesdimensions/" rel="nofollow">Sales Dimensions Application Tutorial</a> Similar to the Top N Words application but covers dimensional computations on a simulated sales data stream. - <a href="https://github.com/DataTorrent/examples" rel="nofollow">Example Applications</a> Sample code for specialized tutorials covering a variety of topics such as large key-value state management (HDHT), custom partitioning using stream codecs, etc. -- [Malhar Demos](https://github.com/apache/apex-malhar/tree/master/demos) This is part of the source repository for Apache Apex Malhar and contains a number of more substantial sample applications that developers will find especially useful. They include an application that computes some statistics (such as moving averages) from a live stream of stock transactions from *Yahoo! Finance*; one that analyzes a synthetic stream of eruption event data for the *Old Faithful* geyser; a Twitter stream analyzer; and a simulated fraud detector. +- [Malhar Examples](https://github.com/apache/apex-malhar/tree/master/examples) This is part of the source repository for Apache Apex Malhar and contains a number of more substantial sample applications that developers will find especially useful. They include an application that computes some statistics (such as moving averages) from a live stream of stock transactions from *Yahoo! Finance*; one that analyzes a synthetic stream of eruption event data for the *Old Faithful* geyser; a Twitter stream analyzer; and a simulated fraud detector. ### Presentations
