登录 注册
当前位置:主页 > 资源下载 > 17 > \"Storm Real-time Processing Cookbook的实例代码\

\"Storm Real-time Processing Cookbook的实例代码\

  • 更新:2024-08-21 23:09:38
  • 大小:10.07MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Java - 后端
  • 格式:ZIP

资源介绍

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.