All Projects → apachecn → Storm Doc Zh

apachecn / Storm Doc Zh

Licence: other
Apache Storm 官方文档中文版

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Storm Doc Zh

Spark Doc Zh
Apache Spark 官方文档中文版
Stars: ✭ 1,126 (+692.96%)
Mutual labels:  documentation, big-data
Storm
Mirror of Apache Storm
Stars: ✭ 6,297 (+4334.51%)
Mutual labels:  big-data, storm
storm-ml
an online learning algorithm library for Storm
Stars: ✭ 18 (-87.32%)
Mutual labels:  big-data, storm
Bigdata Notes
大数据入门指南 ⭐
Stars: ✭ 10,991 (+7640.14%)
Mutual labels:  big-data, storm
Kor Law For Dev
개발자들이 숙지해야할 한국의 법률을 모았습니다.
Stars: ✭ 140 (-1.41%)
Mutual labels:  documentation
Poseidon
A search engine which can hold 100 trillion lines of log data.
Stars: ✭ 1,793 (+1162.68%)
Mutual labels:  big-data
Docs.hackerone.com
HackerOne Platform Documentation
Stars: ✭ 137 (-3.52%)
Mutual labels:  documentation
Github Template Guidelines
Guidelines for building GitHub templates.
Stars: ✭ 137 (-3.52%)
Mutual labels:  documentation
Web Methodology
Methodology for high-quality web application security testing - https://github.com/tprynn/web-methodology/wiki
Stars: ✭ 142 (+0%)
Mutual labels:  documentation
Doxdox
📚 JSDoc to Markdown, Bootstrap, and custom Handlebars template documentation generator.
Stars: ✭ 139 (-2.11%)
Mutual labels:  documentation
X0
Document & develop React components without breaking a sweat
Stars: ✭ 1,706 (+1101.41%)
Mutual labels:  documentation
Schemaspy
SchemaSpy code home
Stars: ✭ 2,027 (+1327.46%)
Mutual labels:  documentation
Hazelcast Go Client
Hazelcast IMDG Go Client
Stars: ✭ 140 (-1.41%)
Mutual labels:  big-data
Symbiflow Arch Defs
FOSS architecture definitions of FPGA hardware useful for doing PnR device generation.
Stars: ✭ 137 (-3.52%)
Mutual labels:  documentation
Belajarpython.com
Open Source Indonesian Python Programming Tutorial Site
Stars: ✭ 141 (-0.7%)
Mutual labels:  big-data
Devdocs.vim
Open devdocs.io from Vim
Stars: ✭ 137 (-3.52%)
Mutual labels:  documentation
Pep8 Ja
PEP8 日本語版
Stars: ✭ 138 (-2.82%)
Mutual labels:  documentation
Eel Sdk
Big Data Toolkit for the JVM
Stars: ✭ 140 (-1.41%)
Mutual labels:  big-data
Storm
Storm on Mesos!
Stars: ✭ 138 (-2.82%)
Mutual labels:  storm
Unisolder Notes
Markdown documentation repo for building and chosing parts for Unisolder, the open source universal soldering iron controller
Stars: ✭ 138 (-2.82%)
Mutual labels:  documentation

Storm 1.1.0 中文文档

Apache Storm 是一个免费的,开源的,分布式的实时计算系统.

NOTE(注意)

在最新版本中, class packages 已经从 "backtype.storm" 改变成 "org.apache.storm" 了, 所以使用旧版本编译的 topology 代码不会像在 Storm 1.0.0 上那样运行了. 通过以下配置提供向后的兼容性

client.jartransformer.class: "org.apache.storm.hack.StormShadeTransformer"

如果要运行使用较旧版本 Storm 编译的代码, 则需要在 Storm 安装中添加上述配置. 该配置应该添加到您用于提交 topologies(拓扑)的机器中.

更多细节, 请参阅 https://issues.apache.org/jira/browse/STORM-1202.

维护地址

历史版本

贡献指南

请见这里

负责人

贡献者

贡献者可自行编辑如下内容.

1.1.0

1.0.1

请参阅: http://cwiki.apachecn.org/pages/viewpage.action?pageId=11534485

联系方式

有任何建议反馈, 或想参与文档翻译, 麻烦方式如下:

  • 企鹅: 1042658081
  • 企鹅群: 214293307

下载

Docker

docker pull apachecn0/storm-doc-zh
docker run -tid -p <port>:80 apachecn0/storm-doc-zh
# 访问 http://localhost:{port} 查看文档

PYPI

pip install storm-doc-zh
storm-doc-zh <port>
# 访问 http://localhost:{port} 查看文档

NPM

npm install -g storm-doc-zh
storm-doc-zh <port>
# 访问 http://localhost:{port} 查看文档
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].