发布于 2020-04-02 作者 风铃 333次 浏览 版块 前端
Apache 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.
具备经济、快速、可靠、易扩充、数据共享、设备共享、通讯方便、灵活等分布式所具备的特性
计算在多线程、进程 和 服务器之间并行进行
能管理工作进程 和 节点的故障
消息处理,能得到一次完成处理的保证
降低了并行批处理复杂性
利用 ZeroMQ 保证了消息的快速处理
加速应用开发