# Apache Beam SDK 的流水线基础知识

* [如何设计流水线](https://beam.apache.org/documentation/pipelines/design-your-pipeline/)：介绍了如何确定流水线结构、如何选择要应用到数据的转换，以及如何确定输入和输出方法。
* [如何创建流水线](https://beam.apache.org/documentation/pipelines/create-your-pipeline/)：介绍了 Beam SDK 中的类的使用机制以及构建流水线所需的必要步骤。
* [如何测试流水线](https://beam.apache.org/documentation/pipelines/test-your-pipeline/)：介绍了测试流水线的最佳做法。
