Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Development  





2 Apache Storm architecture  





3 Peer platforms  





4 See also  





5 References  





6 External links  














Apache Storm






Français


 

Edit links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 




In other projects  



Wikimedia Commons
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 


Apache Storm
Developer(s)Backtype, Twitter
Stable release

2.5.0 / 4 August 2023; 11 months ago (2023-08-04)[1]

RepositoryStorm Repository
Written inClojure & Java
Operating systemCross-platform
TypeDistributed stream processing
LicenseApache License 2.0
Websitestorm.apache.org

Apache Storm is a distributed stream processing computation framework written predominantly in the Clojure programming language. Originally created by Nathan Marz[2] and team at BackType,[3] the project was open sourced after being acquired by Twitter.[4] 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.[5]

A Storm application is designed as a "topology" in the shape of a directed acyclic graph (DAG) with spouts and bolts acting as the graph vertices. Edges on the graph are named streams and direct data from one node to another. Together, the topology acts as a data transformation pipeline. At a superficial level the general topology structure is similar to a MapReduce job, with the main difference being that data is processed in real time as opposed to in individual batches. Additionally, Storm topologies run indefinitely until killed, while a MapReduce job DAG must eventually end.[6]

Storm became an Apache Top-Level Project in September 2014[7] and was previously in incubation since September 2013.[8][9]

Development

[edit]

Apache Storm is developed under the Apache License, making it available to most companies to use.[10] Git is used for version control and Atlassian JIRA for issue tracking, under the Apache Incubator program.

Major Releases[11]
Version Release Date
2.5.0 4 Aug 2023
2.4.0 25 March 2022
2.3.0 27 September 2021
2.2.0 30 June 2020
2.1.0 6 September 2019
1.2.3 18 July 2019
2.0.0 30 May 2019
1.1.4 8 January 2019
1.2.2 4 June 2018
1.1.3
1.0.7 3 May 2018
1.2.1 19 February 2018
1.2.0 15 February 2018
1.1.2
1.0.6 14 February 2018
1.0.5 15 September 2017
1.1.1 1 August 2017
1.0.4 28 July 2017
1.1.0 29 Mar 2017
1.0.3 14 February 2017
0.10.2 14 September 2016
0.9.7 7 September 2016
1.0.2 10 August 2016
1.0.1 6 May 2016
0.10.1 5 May 2016
1.0.0 12 April 2016
0.10.0 5 November 2015
0.9.6
0.9.5 4 June 2015
0.9.4 25 March 2015
0.9.3 25 November 2014
0.9.2 25 June 2014
0.9.1 10 February 2014
Historical (non-Apache) Version Release Date
0.9.0 8 December 2013
0.8.2 11 January 2013
0.8.1 6 September 2012
0.8.0 2 August 2012
0.7.0 28 February 2012
0.6.0 15 December 2011
0.5.0 19 September 2011

Apache Storm architecture

[edit]

The Apache Storm cluster comprises following critical components:

Peer platforms

[edit]

Storm is but one of dozens of stream processing engines, for a more complete list see Stream processing. Twitter announced Heron on June 2, 2015[13] which is API compatible with Storm. There are other comparable streaming data engines such as Spark Streaming and Flink.[14]

See also

[edit]

References

[edit]
  1. ^ "Apache Storm 2.5.0 Released". Retrieved 4 August 2023.
  • ^ Marz, Nathan. "About Nathan Marz". Nathan Marz. Retrieved 28 March 2013.
  • ^ "BackType Website (defunct)". BackType. Retrieved 28 March 2013.
  • ^ "A Storm is coming: more details and plans for release". Engineering Blog. Twitter Inc. Retrieved 29 July 2015.
  • ^ "Storm Codebase". Github. Retrieved 8 February 2013.
  • ^ "Tutorial - Components of a Storm cluster". Documentation. Apache Storm. Retrieved 29 July 2015.
  • ^ "Apache Storm Graduates to a Top-Level Project".
  • ^ "Storm Project Incubation Status". Apache Software Foundation. Retrieved 29 October 2013.
  • ^ "Storm Proposal". Apache Software Foundation. Retrieved 29 October 2013.
  • ^ "Powered By Storm". Documentation. Apache Storm. Retrieved 29 July 2015.
  • ^ "Apache Storm". storm.apache.org. Retrieved 18 August 2017.
  • ^ "STREAM PROCESSING BIG DATA PROCESSING" (PDF).
  • ^ "Flying faster with Twitter Heron". Engineering Blog. Twitter Inc. Retrieved 3 June 2015.
  • ^ Chintapalli, Sanket; Dagit, Derek; Evans, Bobby; Farivar, Reza; Graves, Thomas; Holderbaugh, Mark; Liu, Zhuo; Nusbaum, Kyle; Patil, Kishorkumar; Peng, Boyang Jerry; Poulosky, Paul (May 2016). "Benchmarking Streaming Computation Engines: Storm, Flink and Spark Streaming". 2016 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW). IEEE. pp. 1789–1792. doi:10.1109/IPDPSW.2016.138. ISBN 978-1-5090-3682-0. S2CID 2180634.
  • [edit]
    Retrieved from "https://en.wikipedia.org/w/index.php?title=Apache_Storm&oldid=1236169610"

    Categories: 
    Distributed computing architecture
    Parallel computing
    Cloud applications
    Cloud infrastructure
    Apache Software Foundation projects
    Software using the Apache license
    Java platform
    Distributed stream processing
    Hidden categories: 
    Articles with short description
    Short description is different from Wikidata
    Use dmy dates from December 2014
     



    This page was last edited on 23 July 2024, at 07:59 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki