Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion storm/content.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# What is Apache Storm?

Apache Storm is a distributed computation framework written predominantly in the Clojure programming language. Originally created by Nathan Marz and team at BackType, the project was open sourced after being acquired by Twitter. It uses custom created "spouts" and "bolts" to define information sources and manipulations to allow batch, distributed processing of streaming data. The initial release was on 17 September 2011.
Apache Storm is a free and open source distributed realtime computation system. Apache Storm makes it easy to reliably process unbounded streams of data, doing for realtime processing what Hadoop did for batch processing. Apache Storm is simple, can be used with any programming language, and is a lot of fun to use!

Apache Storm has many use cases: realtime analytics, online machine learning, continuous computation, distributed RPC, ETL, and more. Apache Storm is fast: a benchmark clocked it at over a million tuples processed per second per node. It is scalable, fault-tolerant, guarantees your data will be processed, and is easy to set up and operate.

Apache Storm integrates with the queueing and database technologies you already use. An Apache Storm topology consumes streams of data and processes those streams in arbitrarily complex ways, repartitioning the streams between each stage of the computation however needed.

> [wikipedia.org/wiki/Storm_(event_processor)](https://en.wikipedia.org/wiki/Storm_(event_processor))

Expand Down
1 change: 1 addition & 0 deletions storm/get-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Apache Storm™ community](https://storm.apache.org/getting-help.html)
2 changes: 1 addition & 1 deletion storm/github-repo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/31z4/storm-docker
https://github.com/apache/storm-docker
1 change: 1 addition & 0 deletions storm/issues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://issues.apache.org/jira/browse/STORM
6 changes: 5 additions & 1 deletion storm/license.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
View [license information](http://storm.apache.org/about/free-and-open-source.html) for the software contained in this image.
Apache Storm, Storm, Apache, the Apache feather logo, and the Apache Storm project logo are trademarks of The Apache Software Foundation.

Licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).

See [license information](http://storm.apache.org/about/free-and-open-source.html).
1 change: 0 additions & 1 deletion storm/maintainer.md

This file was deleted.

1 change: 1 addition & 0 deletions storm/maintainer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Apache Storm](https://storm.apache.org/contribute/People.html)