Apache Storm 简明教程
Apache Storm Tutorial
Storm 最初由 Nathan Marz 及其团队在 BackType 创建。BackType 是一个社交分析公司。后来,Storm 被 Twitter 收购并开源。在短时间内,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.
Audience
本教程是为那些希望使用 Apache Storm 框架从事大数据分析职业的专业人员准备的。本教程将帮助您充分了解在分布式环境中创建和部署 Storm 集群。
This tutorial has been prepared for professionals aspiring to make a career in Big Data Analytics using Apache Storm framework. This tutorial will give you enough understanding on creating and deploying a Storm cluster in a distributed environment.