Apache storm 的一些网络资源汇总。

storm入门

官网地址

源码地址

storm@twitter

部署教程

Default configuration

storm配置项

相关博客

  1. fxjwind的博文,有部分源码解读是老版本的storm。1.0.X的版本之后会有一些变动的地方(如worker如何接收数据)。但作为storm源码阅读的辅助,这些博文还是相当牛逼的。向fxjwind大神致敬。 http://www.cnblogs.com/fxjwind/category/455987.html

  2. 徽沪一郎 Blog - Apache Storm 源码走读系列。很cool的博客。 http://www.cnblogs.com/hseagle/p/3756862.html

Some important concept

  1. Understanding the Internal Message Buffers of Storm

  2. Understanding the Parallelism of a Storm Topology

  3. Guaranteeing Message Processing

  4. At least once

  5. storm trident

  6. Storm Metrics

  7. DRPC详解,中文版译文

  8. storm在zookeeper上的目录结构

  9. kafka原理

storm scheduler

storm 有多个不同的调度器。包括 DefaultScheduler, IsolationScheduler, MultitenantScheduler, ResourceAwareScheduler等。

相关项目

  1. zookeeper

  2. thrift,推荐董的博客

  3. Dynamic Resource Scheduling,该项目支持storm在运行时动态调整资源。

  4. storm on yarn,利用资源调度框架YARN来调度storm资源。

  5. storm on docker,在docker swarm集群里部署storm。

  6. Jstorm,alibaba开源的Java版本及优化版本的类storm流处理系统。

感谢

感谢troyding,他的文章让我有了写这篇博客的想法。我的文章是基于他的工作完成的。
本文将持续更新。