You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Artur Khanin (Jira)" <ji...@apache.org> on 2022/01/20 08:47:00 UTC

[jira] [Work started] (BEAM-13561) [Playground] Showing graph in graph tab

     [ https://issues.apache.org/jira/browse/BEAM-13561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on BEAM-13561 started by Ilya Kozyrev.
-------------------------------------------
> [Playground] Showing graph in graph tab
> ---------------------------------------
>
>                 Key: BEAM-13561
>                 URL: https://issues.apache.org/jira/browse/BEAM-13561
>             Project: Beam
>          Issue Type: Improvement
>          Components: beam-playground
>            Reporter: Ilya Kozyrev
>            Assignee: Ilya Kozyrev
>            Priority: P2
>              Labels: beam-playground-backend, beam-playground-frontend, beam-playground-sprint-7
>
> As a Beam Playground user, I want to see the execution graph in the Graph tab.
> The graph is a representation of .dot format for graphs. [DOT|https://en.wikipedia.org/wiki/DOT_(graph_description_language)] representation of the graph can be generated for Java and Python Apache Beam pipelines.
> Acceptance criteria:
>  * gRPC endpoint to retrieve Graph in DOT format implemented on Backend.
>  * Preparer for java and python code implemented
>  ** put graph extraction after the last transform (before pipeline.run())
>  * Graph extraction and storing in GCP added to the CI/CD for precompiled objects
>  * Graph get from the backend through specific endpoint by pipeline_id
>  * Graph rendered on frontend 
>  * Users can see generated graph in the Graph tab after the pipeline was run with the minimal latency



--
This message was sent by Atlassian Jira
(v8.20.1#820001)