一、介绍:

Apache Beam 实施可在任何执行引擎上运行的批处理和流数据处理作业, 提供了一套统一的 API 来处理两种数据处理模式(批和流),让我们只需要将注意力专注于数据处理的算法上,而不用再花时间去维护两种数据处理模式上的差异。

二、架构:

Apache Beam

三、开源社区

文档地址:https://beam.apache.org/get-started/quickstart-java/
开源地址:https://github.com/apache/beam

四、应用

待续…

相关文章:

  • 2021-10-10
  • 2021-12-08
猜你喜欢
  • 2021-08-18
  • 2021-11-26
  • 2022-01-13
  • 2021-06-08
  • 2021-11-14
  • 2021-12-05
  • 2022-01-09
  • 2021-04-29
相关资源
相似解决方案