Google云产品
  • Introduction
  • google cloud
    • Cloud Functions
    • Pub / Sub
      • 资料
    • Cloud Storage
      • gsutil 挂载工具
    • Cloud Dataflow
      • 入门
      • 创建和运行模板
      • Apache Beam
        • 介绍
        • Apache Beam SDK 的流水线基础知识
    • BigQuery
      • 入门
      • 运行和管理作业
      • 数据集操作
      • 处理表架构(表字段的修改)
      • 处理表
      • 使用分区表
      • 资料
      • php代码
    • 常用
  • Cloudinary
Powered by GitBook
On this page

Was this helpful?

  1. google cloud
  2. Cloud Dataflow
  3. Apache Beam

Apache Beam SDK 的流水线基础知识

Previous介绍NextBigQuery

Last updated 5 years ago

Was this helpful?

  • :介绍了如何确定流水线结构、如何选择要应用到数据的转换,以及如何确定输入和输出方法。

  • :介绍了 Beam SDK 中的类的使用机制以及构建流水线所需的必要步骤。

  • :介绍了测试流水线的最佳做法。

如何设计流水线
如何创建流水线
如何测试流水线