You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/12/02 20:11:00 UTC

[jira] [Work logged] (BEAM-7926) Show PCollection with Interactive Beam in a data-centric user flow

     [ https://issues.apache.org/jira/browse/BEAM-7926?focusedWorklogId=352174&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-352174 ]

ASF GitHub Bot logged work on BEAM-7926:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Dec/19 20:10
            Start Date: 02/Dec/19 20:10
    Worklog Time Spent: 10m 
      Work Description: KevinGG commented on issue #10201: [BEAM-7926] Data-centric Interactive
URL: https://github.com/apache/beam/pull/10201#issuecomment-560560441
 
 
   R: @rohdesamuel 
   R: @davidyan74 
   The design has been added [here](https://www.google.com/url?q=https://docs.google.com/document/d/1DYWrT6GL_qDCXhRMoxpjinlVAfHeVilK5Mtf8gO6zxQ/edit%23heading%3Dh.v6k2o3roarzz&sa=D&ust=1575320534835000&usg=AFQjCNGq84P1XwF7CiBhxoiuEXLoCV3gRQ).
   PTAL, thanks!
   
   Adding Pablo as the committer.
   R: @pabloem 
   
   Thank you all!
 
----------------------------------------------------------------
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:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 352174)
    Time Spent: 20h 10m  (was: 20h)

> Show PCollection with Interactive Beam in a data-centric user flow
> ------------------------------------------------------------------
>
>                 Key: BEAM-7926
>                 URL: https://issues.apache.org/jira/browse/BEAM-7926
>             Project: Beam
>          Issue Type: New Feature
>          Components: runner-py-interactive
>            Reporter: Ning Kang
>            Assignee: Ning Kang
>            Priority: Major
>          Time Spent: 20h 10m
>  Remaining Estimate: 0h
>
> Support auto plotting / charting of materialized data of a given PCollection with Interactive Beam.
> Say an Interactive Beam pipeline defined as
>  
> {code:java}
> p = beam.Pipeline(InteractiveRunner())
> pcoll = p | 'Transform' >> transform()
> pcoll2 = ...
> pcoll3 = ...{code}
> The use can call a single function and get auto-magical charting of the data.
> e.g.,
> {code:java}
> show(pcoll, pcoll2)
> {code}
> Throughout the process, a pipeline fragment is built to include only transforms necessary to produce the desired pcolls (pcoll and pcoll2) and execute that fragment.
> This makes the Interactive Beam user flow data-centric.
>  
> Detailed [design|https://docs.google.com/document/d/1DYWrT6GL_qDCXhRMoxpjinlVAfHeVilK5Mtf8gO6zxQ/edit#heading=h.v6k2o3roarzz].



--
This message was sent by Atlassian Jira
(v8.3.4#803005)