olehborysevych commented on code in PR #29507: URL: https://github.com/apache/beam/pull/29507#discussion_r1410974057
########## prompts/documentation-lookup/01_basic_learning_apache_beam.md: ########## @@ -0,0 +1,11 @@ +Prompt: +How can I learn Apache Beam? +Response: +Learning Apache Beam is a valuable skill for data processing and analysis. Here are some resources to get you started: +For a hands-on introduction, you can start by exploring the [WordCount](https://beam.apache.org/get-started/wordcount-example/) - a simple example that demonstrates the basic concepts of Apache Beam. +The [Tour of Beam](https://tour.beam.apache.org/) is an interactive tour that allows you to learn how to write Beam code. It provides a sandbox environment to write and run pipelines while exploring different concepts. +The [Beam Playground](https://play.beam.apache.org/) offers an interactive space to experiment with Beam's transforms and examples without installing anything on your system. Once you have a basic understanding of Apache Beam, you can start to build your own pipelines. Review Comment: What is your suggestion here? ########## prompts/documentation-lookup/01_basic_learning_apache_beam.md: ########## @@ -0,0 +1,11 @@ +Prompt: +How can I learn Apache Beam? +Response: +Learning Apache Beam is a valuable skill for data processing and analysis. Here are some resources to get you started: +For a hands-on introduction, you can start by exploring the [WordCount](https://beam.apache.org/get-started/wordcount-example/) - a simple example that demonstrates the basic concepts of Apache Beam. Review Comment: Done -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
