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. Storm is simple, can be used with any programming language, and is a lot of fun to use!
Storm是免费开源的分布式实时计算框架。Hadoop用于对数据的批处理,而Storm可以可靠地处理海量的流式数据。Storm是简单易用的,可以与多种编程语言结合使用,学习和使用storm的过程是快乐的!
Storm has many use cases: realtime analytics, online machine learning, continuous computation, distributed RPC, ETL, and more. Storm is fast: a benchmark clocked it at over a million tuples processed per second per node. It is scalable, fault-tolerant, guarantees your data will be processed, and is easy to set up and operate.
Storm有很多使用场景:实时分析,线上机器学习,持续计算,分布式RPC,ETL等等。Storm单个节点每秒可以处理百万级别的tuple。Storm是可靠的、易用的、可扩展的、高容错的。
Storm integrates with the queueing and database technologies you already use. A Storm topology consumes streams of data and processes those streams in arbitrarily complex ways, repartitioning the streams between each stage of the computation however needed. Read more in the tutorial.
Storm集成了队列和数据库技术。一个Storm topology可以以任意复杂的方式来处理数据流,并且可以在计算的过程中可以对数据流重新分区。
相关文章
- Expo大作战(一)--什么是expo,如何安装expo clinet和xde,xde如何使用
- vxlan技术是一种什么技术?
- 【硬件接口】一文带你看懂什么是液晶显示屏中EDP接口?
- TSL 和 SSL 是什么?它们有何关系?-定义:SSL(安全套接层)是一种早期的加密协议,用于在互联网通信中保障数据传输的安全性。它通过加密和身份验证机制,确保客户端(如浏览器)与服务器之间的通信不被窃听或篡改。 版本:SSL 1.0(未发布)、SSL 2.0(1995年,已废弃)、SSL 3.0(1996年,已淘汰)。 问题:SSL 3.0 及早期版本存在严重安全漏洞(如 POODLE 攻击),目前已被现代系统禁用。 2. TLS(Transport Layer Security) 定义:TLS(传输层安全协议)是 SSL 的继任者,旨在提供更安全的通信协议。TLS 由国际互联网工程任务组(IETF)标准化,逐步替代了 SSL。 版本:TLS 1.0(1999年,已淘汰)、TLS 1.1(2006年,已淘汰)、TLS 1.2(2008年,广泛使用)、TLS 1.3(2018年,最新标准)。 优势:更强的加密算法(如 AES、ChaCha20)、更高效的握手过程、支持前向保密(Perfect Forward Secrecy)等。 SSL 与 TLS 的关系 继承关系 TLS 直接基于 SSL 3.0 设计,可以视为 SSL 的升级版。TLS 1.0 最初命名为 SSL 3.1,后因标准化需要更名为 TLS。 协议兼容性
- Java框架(一)——什么是框架?
- 什么是Java中的多态?看这一篇就够了
- Kettle PDI小白新手/进阶/必备 大数据基础之一数据清洗(ETL)基础进阶总结 1.6万字长文 附带大数据流处理和批处理的定义,Spark,Flink和Storm优缺点和适用场景 混合处理模式
- 为什么Go是一种设计糟糕的编程语言
- 什么是3D可视化?有哪些优势和应用领域?-一、3D可视化服务的原理
- 一步步搭建自己的轻量级MVCphp框架-(一)什么是PHP框架以及MVC设计模式