일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- graph database
- DeepLearning
- SparkML
- 딥러닝
- Cypher
- Graph Ecosystem
- r
- 분산 병렬 처리
- 그래프
- RStudio
- Graph Tech
- RDD
- GraphX
- 그래프 에코시스템
- graph
- Neo4j
- GDB
- 빅데이터
- BigData
- TigerGraph
- TensorFlow
- 인공지능
- spark
- Federated Learning
- 연합학습
- SQL
- 그래프 질의언어
- GSQL
- Python
- 그래프 데이터베이스
- Today
- Total
Hee'World
[1004jonghee]Strom이란? 본문
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 is simple, can be used with any programming language, and is a lot of fun to use!
Storm has many use cases: realtime analytics, online machine learning, continuous computation, distributed RPC, ETL, and more. 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.
Storm integrates with the queueing and database technologies you already use. A 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. Read more in the tutorial.
Companies & Projects Using Storm
'BigData > Storm' 카테고리의 다른 글
트위터 '스톰' 아파치재단 인큐베이터 선정 (0) | 2013.09.24 |
---|