aaltay commented on a change in pull request #13676: URL: https://github.com/apache/beam/pull/13676#discussion_r557655720
########## File path: website/www/site/content/en/get-started/beam-overview.md ########## @@ -21,7 +21,7 @@ limitations under the License. # Apache Beam Overview -Apache Beam is an open source, unified model for defining both batch and streaming data-parallel processing pipelines. Using one of the open source Beam SDKs, you build a program that defines the pipeline. The pipeline is then executed by one of Beam's supported **distributed processing back-ends**, which include [Apache Flink](https://flink.apache.org), [Apache Spark](http://spark.apache.org), and [Google Cloud Dataflow](https://cloud.google.com/dataflow). +Apache Beam is an open source, unified model for defining both batch and streaming data-parallel processing pipelines. Using your programming language of preference (Java, Python or Go), you build a program that defines a data pipeline. The pipeline is then executed by one of Beam's supported **distributed processing run engines**, which include [Apache Flink](https://flink.apache.org), [Apache Spark](http://spark.apache.org), and [Google Cloud Dataflow](https://cloud.google.com/dataflow). Review comment: - related to back-ends -> run engines change. I believe there was a recent dev thread about defining a glossary and specific term mentioned for back-ends was "execution engines" - how about "a data processing pipeline" instead of "a data pipeline" ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
