You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/12/27 14:03:29 UTC

[GitHub] [beam] KhaninArtur commented on a change in pull request #16364: [BEAM-13182] Add diagrams to backend readme

KhaninArtur commented on a change in pull request #16364:
URL: https://github.com/apache/beam/pull/16364#discussion_r775511756



##########
File path: playground/backend/README.md
##########
@@ -105,3 +105,20 @@ One more way to run the server is to run it locally how it is described above.
 To call the server from another client – models and client code should be generated using the
 `playground/api/v1/api.proto` file. More information about generating models and client's code using `.proto`
 files for each language can be found [here](https://grpc.io/docs/languages/).
+
+## Running the Beam Code
+### RunCode representation
+The following diagram represents the execution of beam code at the server:
+![RunCode](RunCodeDiagram.png)
+
+### Validators/preparators representation
+To clarify which validators and preparators used with the code:
+![](ValidatorsPreparators.png)
+
+## Deployment
+
+TBD
+
+## How to Contribute
+
+TBD

Review comment:
       Could you please remove these 2 headers, we have them in different docs




-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org