You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Neelesh Srinivas Salian (JIRA)" <ji...@apache.org> on 2017/03/02 19:36:45 UTC

[jira] [Assigned] (BEAM-301) Add a Beam SQL DSL

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

Neelesh Srinivas Salian reassigned BEAM-301:
--------------------------------------------

    Assignee: Xu Mingmin  (was: Neelesh Srinivas Salian)

> Add a Beam SQL DSL
> ------------------
>
>                 Key: BEAM-301
>                 URL: https://issues.apache.org/jira/browse/BEAM-301
>             Project: Beam
>          Issue Type: New Feature
>          Components: sdk-ideas
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Xu Mingmin
>
> The SQL DSL helps developers to build a Beam pipeline from SQL statement in String directly. 
> In Phase I, it starts to support INSERT/SELECT queries with FILTERs, one example SQL as below:
> {code}
> INSERT INTO `SUB_USEREVENT` (`SITEID`, `PAGEID`, `PAGENAME`, `EVENTTIMESTAMP`)
> (SELECT STREAM `USEREVENT`.`SITEID`, `USEREVENT`.`PAGEID`, `USEREVENT`.`PAGENAME`, `USEREVENT`.`EVENTTIMESTAMP`
> FROM `USEREVENT` AS `USEREVENT`
> WHERE `USEREVENT`.`SITEID` > 10)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)