All Projects → weyo → Storm Documents

weyo / Storm Documents

Apache Storm 官方文档译文

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Storm Documents

Storm Camel Example
Real-time analysis and visualization with Storm-AMQ-Camel-Websockets-Highcharts integration.
Stars: ✭ 28 (-87.67%)
Mutual labels:  storm
Bigdata Notebook
Stars: ✭ 100 (-55.95%)
Mutual labels:  storm
Trail Sense
An Android app that uses your phone's sensors to assist with wilderness treks or survival situations.
Stars: ✭ 144 (-36.56%)
Mutual labels:  storm
Storm Dynamic Spout
A framework for building spouts for Apache Storm and a Kafka based spout for dynamically skipping messages to be processed later.
Stars: ✭ 40 (-82.38%)
Mutual labels:  storm
Bigdata Notes
大数据入门指南 ⭐
Stars: ✭ 10,991 (+4741.85%)
Mutual labels:  storm
Streamparse
Run Python in Apache Storm topologies. Pythonic API, CLI tooling, and a topology DSL.
Stars: ✭ 1,445 (+536.56%)
Mutual labels:  storm
Storm
Mirror of Apache Storm
Stars: ✭ 6,297 (+2674.01%)
Mutual labels:  storm
Recommendsys
推荐项目(实时推荐和离线推荐)
Stars: ✭ 198 (-12.78%)
Mutual labels:  storm
Stormkafkamon
Dumps state of Storm Kafka consumers
Stars: ✭ 99 (-56.39%)
Mutual labels:  storm
Storm Doc Zh
Apache Storm 官方文档中文版
Stars: ✭ 142 (-37.44%)
Mutual labels:  storm
Kafka Study
关于kafka的一些相关使用示例代码。
Stars: ✭ 84 (-63%)
Mutual labels:  storm
Straw
A platform for real-time streaming search
Stars: ✭ 98 (-56.83%)
Mutual labels:  storm
Storm
Simple and powerful toolkit for BoltDB
Stars: ✭ 1,814 (+699.12%)
Mutual labels:  storm
Data Ingestion Platform
Stars: ✭ 39 (-82.82%)
Mutual labels:  storm
Streamline
StreamLine - Streaming Analytics
Stars: ✭ 151 (-33.48%)
Mutual labels:  storm
Stormtweetssentimentd3viz
Computes and visualizes the sentiment analysis of tweets of US States in real-time using Storm.
Stars: ✭ 25 (-88.99%)
Mutual labels:  storm
Spring Boot 2.x Examples
Spring Boot 2.x code examples
Stars: ✭ 104 (-54.19%)
Mutual labels:  storm
Javaorbigdata Interview
Java开发者或者大数据开发者面试知识点整理
Stars: ✭ 203 (-10.57%)
Mutual labels:  storm
Registry
Schema Registry
Stars: ✭ 184 (-18.94%)
Mutual labels:  storm
Storm
Storm on Mesos!
Stars: ✭ 138 (-39.21%)
Mutual labels:  storm

About

本项目是 Apache Storm 官方文档的中文翻译版,致力于为有实时流计算项目需求和对 Apache Storm 感兴趣的同学提供有价值的中文资料,希望能够对大家的工作和学习有所帮助。

虽然 Storm 的正式推出已经有好几个年头了,发行版也已经到了 1.0.x(甚至官方文档已经到了 2.0.0-SNAPSHOT),但是目前网络上靠谱的学习资料仍然不多,很多比较有价值的资料都过时了(甚至官方网站自己的资料都没有及时更新,这大概也是发展太快的社区的通病),而较新的资料大多比较零碎,在关键内容的描述上也有些模棱两可,给初学者带来了很大的困扰。本人自己在初学 Storm 的阶段就非常痛苦,一直想有一份较系统、实用的资源来方便学习。最近借着整理工作的机会,就下定决心通过官方文档的翻译梳理出 Storm 的技术路线,于是就有了这个翻译项目。由于本人水平有限,翻译中仍然存在不少问题,还请大家不吝斧正。如果对本项目有任何问题,欢迎在本项目页面中提出,或者直接给本人发邮件(ivicoco at gmail.com),谢谢。

说明:如果没有特殊声明,本项目文档中所述 Storm 版本均为 0.9.x 版本。


Storm 官方文档索引

原文资料来源(官方网站):

http://storm.apache.org/documentation/Documentation.html

http://storm.apache.org/releases/0.9.6/index.html


Storm 基础篇


Trident

Trident 是 Storm 的一种高级操作接口,它能够提供可靠的数据流一次性处理模式、“事务型”数据持久化存储功能以及一系列数据流分析操作通用组件。


配置与部署


Storm 中级篇


Storm 高级篇


说明

1 JavaDoc 暂时不在翻译计划之中。
2 由于译者对 Clojure 不是很熟悉,相关内容暂时不提供翻译。
3 由于官方文档关于分布式 RPC 的部分内容已过时,这里重写了相关内容。
4 事务型拓扑已经由 Trident 实现,之前的实现已经被标记为 @Deprecated,这里不再讨论。
5 该文官方文档暂未提供。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].