About: Apache Storm

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Apache Storm is a distributed stream processing 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. Storm became an Apache Top-Level Project in September 2014 and was previously in incubation since September 2013.

Property Value
dbo:abstract
  • Apache Storm is a distributed stream processing 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. 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. Storm became an Apache Top-Level Project in September 2014 and was previously in incubation since September 2013. (en)
  • Apache Storm est un framework de calcul de traitement de flux distribué, écrit principalement dans le langage de programmation Clojure. Créé à l'origine par Nathan Marz et l'équipe de BackType le projet est rendu open source après avoir été acquis par Twitter. Il utilise des "spouts" et des "bolts" créés sur mesure pour définir les sources d'informations et les manipulations permettant un traitement par lots et distribué des données en continu. La première publication a eu lieu le 17 septembre 2011. Une application Storm est conçue comme une "topologie" sous la forme d'un graphe orienté acyclique (DAG) avec des spouts et des bolts faisant office de sommets du graphe. Les arêtes du graphe sont des flux nommés et dirigent les données d'un nœud à un autre. Ensemble, la topologie agit comme un pipeline de transformation de données. À un niveau superficiel, la structure topologique générale est similaire à un travail MapReduce , la principale différence étant que les données sont traitées en temps réel par opposition à des lots individuels. De plus, les topologies Storm s'exécutent indéfiniment jusqu'à ce qu'elles soient supprimées, tandis qu'un DAG de travail MapReduce doit finir. Storm est devenu un projet de niveau supérieur Apache en septembre 2014 et était auparavant en incubation depuis septembre 2013. (fr)
  • 아파치 스톰(Apache Storm)은 주로 클로저 프로그래밍 언어로 작성된 분산형 스트림 프로세싱 연산 프레임워크이다.Nathan Marz와 BacType의 팀이 개발하였으며 이 프로젝트는 트위터에 의해 인수된 뒤 오픈 소스화되었다. 사용자가 만든 spout와 bolt를 사용하여 정보원과 조작부를 정의함으로써 스트리밍 데이터의 일괄, 분산 처리를 가능케 한다. 초기 릴리스는 2011년 9월 17일 출시되었다. (ko)
  • Storm是一个分布式计算框架,主要由Clojure编程语言编写。最初是由Nathan Marz及其团队创建于BackType,该项目在被Twitter取得后开源。它使用用户创建的“管(spouts)”和“螺栓(bolts)”来定义信息源和操作来允许批量、分布式处理流式数据。最初的版本发布于2011年9月17日。 Storm应用被设计成为一个拓扑结构,其接口创建一个转换“流”。它提供与MapReduce作业类似的功能,当遇到异常时该拓扑结构理论上将不确定地运行,直到它被手动终止 2013年,Apache软件基金会将Storm纳入它的孵化计划。 (zh)
dbo:genre
dbo:latestReleaseDate
  • 2022-03-25 (xsd:date)
dbo:latestReleaseVersion
  • 2.4.0
dbo:license
dbo:operatingSystem
dbo:programmingLanguage
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 38576265 (xsd:integer)
dbo:wikiPageLength
  • 8169 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1116474682 (xsd:integer)
dbo:wikiPageWikiLink
dbp:developer
  • Backtype, Twitter (en)
dbp:genre
dbp:latestReleaseDate
  • 2022-03-25 (xsd:date)
dbp:latestReleaseVersion
  • 2.400000 (xsd:double)
dbp:license
dbp:logo
  • Apache Storm logo.svg (en)
dbp:logoCaption
  • Distributed and fault-tolerant realtime computation (en)
dbp:name
  • Apache Storm (en)
dbp:operatingSystem
dbp:programmingLanguage
  • Clojure & Java (en)
dbp:repo
dbp:website
dbp:wikiPageUsesTemplate
dcterms:subject
rdf:type
rdfs:comment
  • 아파치 스톰(Apache Storm)은 주로 클로저 프로그래밍 언어로 작성된 분산형 스트림 프로세싱 연산 프레임워크이다.Nathan Marz와 BacType의 팀이 개발하였으며 이 프로젝트는 트위터에 의해 인수된 뒤 오픈 소스화되었다. 사용자가 만든 spout와 bolt를 사용하여 정보원과 조작부를 정의함으로써 스트리밍 데이터의 일괄, 분산 처리를 가능케 한다. 초기 릴리스는 2011년 9월 17일 출시되었다. (ko)
  • Storm是一个分布式计算框架,主要由Clojure编程语言编写。最初是由Nathan Marz及其团队创建于BackType,该项目在被Twitter取得后开源。它使用用户创建的“管(spouts)”和“螺栓(bolts)”来定义信息源和操作来允许批量、分布式处理流式数据。最初的版本发布于2011年9月17日。 Storm应用被设计成为一个拓扑结构,其接口创建一个转换“流”。它提供与MapReduce作业类似的功能,当遇到异常时该拓扑结构理论上将不确定地运行,直到它被手动终止 2013年,Apache软件基金会将Storm纳入它的孵化计划。 (zh)
  • Apache Storm is a distributed stream processing 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. Storm became an Apache Top-Level Project in September 2014 and was previously in incubation since September 2013. (en)
  • Apache Storm est un framework de calcul de traitement de flux distribué, écrit principalement dans le langage de programmation Clojure. Créé à l'origine par Nathan Marz et l'équipe de BackType le projet est rendu open source après avoir été acquis par Twitter. Il utilise des "spouts" et des "bolts" créés sur mesure pour définir les sources d'informations et les manipulations permettant un traitement par lots et distribué des données en continu. La première publication a eu lieu le 17 septembre 2011. (fr)
rdfs:label
  • Apache Storm (en)
  • Apache Storm (fr)
  • 아파치 스톰 (ko)
  • Apache Storm (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:homepage
foaf:isPrimaryTopicOf
foaf:name
  • Apache Storm (en)
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License