Return-Path: X-Original-To: apmail-apex-commits-archive@minotaur.apache.org Delivered-To: apmail-apex-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C3A8418D2A for ; Thu, 28 Apr 2016 22:16:33 +0000 (UTC) Received: (qmail 17980 invoked by uid 500); 28 Apr 2016 22:16:33 -0000 Delivered-To: apmail-apex-commits-archive@apex.apache.org Received: (qmail 17945 invoked by uid 500); 28 Apr 2016 22:16:33 -0000 Mailing-List: contact commits-help@apex.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apex.incubator.apache.org Delivered-To: mailing list commits@apex.incubator.apache.org Received: (qmail 17936 invoked by uid 99); 28 Apr 2016 22:16:33 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Apr 2016 22:16:33 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 2DAB1180225 for ; Thu, 28 Apr 2016 22:16:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.221 X-Spam-Level: X-Spam-Status: No, score=-3.221 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id cEad115EcE8z for ; Thu, 28 Apr 2016 22:16:29 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id 359785FACC for ; Thu, 28 Apr 2016 22:16:29 +0000 (UTC) Received: (qmail 17774 invoked by uid 99); 28 Apr 2016 22:16:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Apr 2016 22:16:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9401BDFBA8; Thu, 28 Apr 2016 22:16:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: thw@apache.org To: commits@apex.incubator.apache.org Message-Id: <1ffcb332596a4868a7c83f2d6f88cb8c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-apex-site git commit: Fix description. [Forced Update!] Date: Thu, 28 Apr 2016 22:16:28 +0000 (UTC) Repository: incubator-apex-site Updated Branches: refs/heads/master cc742cdbf -> 8a8f1cf70 (forced update) 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/8a8f1cf7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/8a8f1cf7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/8a8f1cf7 Branch: refs/heads/master Commit: 8a8f1cf706ca02c27fa7618f317c39e5bd8f80be Parents: 93505ef Author: Thomas Weise Authored: Thu Apr 28 15:16:14 2016 -0700 Committer: Thomas Weise Committed: Thu Apr 28 15:16:14 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/8a8f1cf7/src/md/docs.md ---------------------------------------------------------------------- diff --git a/src/md/docs.md b/src/md/docs.md index a3c01a3..439afd6 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. - Sales Dimensions Application Tutorial Similar to the Top N Words application but covers dimensional computations on a simulated sales data stream. -- Example Applications 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. +- Example Applications 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/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