Getting Started with Storm

时间:2021-10-30 14:38:07
【文件属性】:

文件名称:Getting Started with Storm

文件大小:3MB

文件格式:PDF

更新时间:2021-10-30 14:38:07

storm stream proce stream

Storm is a distributed, reliable, fault-tolerant system for processing streams of data. The work is delegated to different types of components that are each responsible for a simple specific processing task. The input stream of a Storm cluster is handled by a component called a spout. The spout passes the data to a component called a bolt, which transforms it in some way. A bolt either persists the data in some sort of storage, or passes it to some other bolt. You can imagine a Storm cluster as a chain of bolt components that each make some kind of transformation on the data exposed by the spout.


网友评论