Port to repo at Apache + improved and updated documentation. See https://github.com/docker-library/official-images/pull/16035
Signed-off-by: Julien Nioche <julien@digitalpebble.com>
This commit is contained in:
parent
000adfd920
commit
9874127098
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
[Apache Storm™ community](https://storm.apache.org/getting-help.html)
|
||||
|
|
@ -1 +1 @@
|
|||
https://github.com/31z4/storm-docker
|
||||
https://github.com/apache/storm-docker
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
https://issues.apache.org/jira/browse/STORM
|
||||
|
|
@ -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 +0,0 @@
|
|||
../.common-templates/maintainer-community.md
|
||||
|
|
@ -0,0 +1 @@
|
|||
[Apache Storm](https://storm.apache.org/contribute/People.html)
|
||||
Loading…
Reference in New Issue