Repository: incubator-apex-site Updated Branches: refs/heads/master 93505ef92 -> cc742cdbf
Fix description. Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/cc742cdb Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/cc742cdb Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/cc742cdb Branch: refs/heads/master Commit: cc742cdbfdd6d08e97a48a0569cd4e87a4ec35fb Parents: 93505ef Author: Thomas Weise <tho...@datatorrent.com> Authored: Thu Apr 28 15:13:37 2016 -0700 Committer: Thomas Weise <tho...@datatorrent.com> Committed: Thu Apr 28 15:13:37 2016 -0700 ---------------------------------------------------------------------- src/md/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/cc742cdb/src/md/docs.md ---------------------------------------------------------------------- diff --git a/src/md/docs.md b/src/md/docs.md index a3c01a3..464fe2a 100644 --- a/src/md/docs.md +++ b/src/md/docs.md @@ -12,7 +12,7 @@ word counting application with Apache Apex starting with setting up your development environment, progressing to building, running and monitoring the application, visualizing the output and concluding with some advanced features such as assessing operator memory requirements, partitioning, and debugging. - <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 a high-performance key-value store (HDHT), custom partitioning using stream codecs, etc. +- <a href="https://github.com/DataTorrent/examples" rel="nofollow">Example Applications</a> Sample code for specialized tutorials covering a variety of topics such as key-value state management (HDHT), custom partitioning using stream codecs, etc. - [Malhar Demos](https://github.com/apache/incubator-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. ### Presentations