基本介绍:Storm是一个分布式实时计算系统。可以实现类似hadoop的批量处理任务。对待处理的异构数据进行重新分配,分发处理和整合。
应用场景:Storm has many use cases: realtime analytics, online machine learning, continuous computation, distributed RPC, ETL, and more。更多现身说法:http://storm.apache.org/talksAndVideos.html
与消息队列/数据库进行整合:http://storm.apache.org/about/integrates.html
官方文档:http://storm.apache.org/releases/2.0.0-SNAPSHOT/index.html