
Official website (http://storm.apache.org/)
Official website

Apache Storm
Apache Storm is a free and open source distributed realtime computation system. Storm makes it easy to reliably process unbounded streams of data, doing for realtime processing what Hadoop did for batch processing.
storm.apache.org →Link to the official site · 1,934 chars · not written by Vinony
Wikidata facts
- Instance of
- free software
- Developer
- Apache Software Foundation
- Official website
- storm.apache.org
- Has use
- big data
Show 9 more facts
- copyright license
- Apache License
- programmed in
- Java
- software version identifier
- 2.7.1
- Stack Exchange tag
- stackoverflow.com/tags/apache-storm
- source code repository URL
- git-wip-us.apache.org/repos/asf/storm.git
- issue tracker URL
- issues.apache.org/jira/browse/STORM
- inception
- 2014-04-12
- download URL
- storm.apache.org/downloads.html
- Commons category
- Apache Storm
via Wikidata · CC0
Article · 中文
Storm是一个分布式计算框架,主要由Clojure编程语言编写。最初是由Nathan Marz及其团队创建于BackType,该项目在被Twitter取得后开源。它使用用户创建的“管(spouts)”和“螺栓(bolts)”来定义信息源和操作来允许批量、分布式处理流式数据。最初的版本发布于2011年9月17日。 Storm应用被设计成为一个拓扑结构,其接口创建一个转换“流”。它提供与MapReduce作业类似的功能,当遇到异常时该拓扑结构理论上将不确定地运行,直到它被手动终止 2013年,Apache软件基金会将Storm纳入它的孵化计划。
Abstract from DBpedia / Wikipedia · CC BY-SA