olehborysevych commented on code in PR #29507: URL: https://github.com/apache/beam/pull/29507#discussion_r1411145089
########## 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 ########## 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. 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]
