Apache Storm 简明教程

Discuss Apache Storm

Apache Storm 最初是由 Nathan Marz 及其 BackType 公司团队创建。BackType 是一家社交分析公司。后来,Twitter 收购了 Apache Storm,并将其开源。在短时间内,Apache Storm 成为分布式实时处理系统的标准,它允许您处理大量数据,类似于 Hadoop。Apache Storm 使用 Java 和 Clojure 编写而成。它继续成为实时分析的领导者。本教程将探讨 Apache Storm 的原理、分布式消息传递、安装、创建 Storm 拓扑并将它们部署到 Storm 集群、Trident 工作流、实时应用程序,最后以一些有用的示例结束。

Storm was originally created by Nathan Marz and team at BackType. BackType is a social analytics company. Later, Storm was acquired and open-sourced by Twitter. In a short time, Apache Storm became a standard for distributed real-time processing system that allows you to process large amount of data, similar to Hadoop. Apache Storm is written in Java and Clojure. It is continuing to be a leader in real-time analytics. This tutorial will explore the principles of Apache Storm, distributed messaging, installation, creating Storm topologies and deploy them to a Storm cluster, workflow of Trident, real-time applications and finally concludes with some useful examples.