登录 注册
当前位置:主页 > 资源下载 > Getting Started with Storm下载

Getting Started with Storm下载

  • 更新:2024-08-22 08:32:14
  • 大小:3MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Storm - 大数据
  • 格式:PDF

资源介绍

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.