Repository: apex-site Updated Branches: refs/heads/asf-site ab8a22985 -> 696d2186d
from 2e062a484805783d38532221dd7d4239fb043af9 Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/696d2186 Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/696d2186 Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/696d2186 Branch: refs/heads/asf-site Commit: 696d2186dbc19350b1d4806e104d22214d31d3f5 Parents: ab8a229 Author: Thomas Weise <[email protected]> Authored: Thu Oct 27 13:28:43 2016 -0700 Committer: Thomas Weise <[email protected]> Committed: Thu Oct 27 13:28:43 2016 -0700 ---------------------------------------------------------------------- content/docs.html | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-site/blob/696d2186/content/docs.html ---------------------------------------------------------------------- diff --git a/content/docs.html b/content/docs.html index 56a2d5b..3ad81d7 100644 --- a/content/docs.html +++ b/content/docs.html @@ -121,8 +121,6 @@ dimensional computations on a simulated sales data stream.</li> <li><a href="https://www.youtube.com/watch?v=1DVMSRTNdIQ">Stream Processing with Apache Apex (video)</a> and <a href="http://www.slideshare.net/ApacheApex/hadoop-summit-sj-2016-next-gen-big-data-analytics-with-apache-apex">(slides)</a> A broad overview slide deck covering topics such as windowing, static and dynamic partitioning, unification, fault tolerance, locality, monitoring, etc.</li> <li><a href="https://www.youtube.com/watch?v=FCMY6Ii89Nw">Fault Tolerance and Processing Semantics (video)</a> and <a href="http://www.slideshare.net/ApacheApexOrganizer/webinar-fault-toleranceandprocessingsemantics">(slides)</a> A webinar covering core Apache Apex features including checkpointing and fault tolerance with fast, incremental recovery via a buffer server which uses a publish-subscribe model for inter-operator data transport. A variety of failure scenarios and processing guarantees are discussed.</li> <li><a href="https://www.youtube.com/watch?v=kJWMajIjGG0">Smart Partitioning with Apache Apex (video)</a> and <a href="http://www.slideshare.net/ApacheApex/smart-partitioning-with-apache-apex-webinar">(slides)</a> Webinar covering partitioning, including unique Apex features such as elasticity with dynamic resource allocation, parallel partitions for speculative execution and processing SLA etc.</li> -<li><a href="http://www.slideshare.net/DevendraVyavahare/windowing-in-apex">Windows in Apache Apex</a> Discusses the various flavors of windows available in Apache Apex and how to configure and -use them via callbacks. Contrasts windows with micro-batches.</li> <li><a href="http://www.slideshare.net/DevendraVyavahare/batch-processing-vs-real-time-data-processing-streaming">Real Time Stream Processing Versus Batch</a> Slide deck compares and contrasts the needs, use cases and challenges of stream processing with those of batch processing.</li> </ul> <h3 id="blogs">Blogs</h3>
