[ 
https://issues.apache.org/jira/browse/STORM-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15038243#comment-15038243
 ] 

ASF GitHub Bot commented on STORM-1040:
---------------------------------------

GitHub user haohui opened a pull request:

    https://github.com/apache/storm/pull/919

    STORM-1040. SQL support for Storm

    This is a duplicate of #914.
    
    This PR rebases all the changes in the STORM-1040 branch towards the latest 
master.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/haohui/storm STORM-1040-merge

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/919.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #919
    
----
commit 0be362cfcd23abfc8479421126f0301f3909f5e5
Author: Haohui Mai <[email protected]>
Date:   2015-09-15T16:30:50Z

    [StormSQL] STORM-1045. Parse CREATE TABLE statements.

commit ba1ee14fdf8901f9bbcbc1331e0006e874f6f036
Author: Haohui Mai <[email protected]>
Date:   2015-09-22T23:12:12Z

    [StormSQL] STORM-1060. Implement PostOrderRelNodeVisitor.

commit 58614ea127522e072effe39d328abb5a79fec14f
Author: Haohui Mai <[email protected]>
Date:   2015-10-22T23:42:24Z

    [StormSQL] Implement compiler for expressions.

commit 372885322d954196c7e4dde0a6b213c5d19f0933
Author: Haohui Mai <[email protected]>
Date:   2015-10-22T23:45:20Z

    [StormSQL] Implement compiler for relation nodes.

commit 4ca6b76303d43846a2ceae35a72629df61b0183a
Author: Haohui Mai <[email protected]>
Date:   2015-10-22T23:52:59Z

    [StormSQL] Compile logical plans to Java code.

commit 0442c5f003ba83fb780df128d72a8137a5d93c77
Author: Haohui Mai <[email protected]>
Date:   2015-10-27T00:29:20Z

    [StormSQL] STORM-1130. Support AND, OR, NOT operators in StormSQL.

commit 8720d15df2de167d0fbf96a92e93f68338219fd1
Author: Haohui Mai <[email protected]>
Date:   2015-11-02T23:35:29Z

    [StormSQL] STORM-1149. Support pluggable data sources in CREATE TABLE.

commit c33ec160886fc20da0198d4f99eb7a4d661e3569
Author: Haohui Mai <[email protected]>
Date:   2015-11-03T23:06:22Z

    [StormSQL] Implement IS operators in StormSQL.

commit 97119b6ec416cc1b9571f701e1ec58c5e788f74f
Author: Haohui Mai <[email protected]>
Date:   2015-11-04T17:24:32Z

    [StormSQL] Implement nullable semantics for AND, OR and NOT operators.

commit 864e3c1f158d8a3f6e927c824be5a63753328de9
Author: Haohui Mai <[email protected]>
Date:   2015-11-04T23:51:11Z

    [StormSQL] STORM-1173. Support string operations in StormSQL.

commit 4103680f34ccf5ceb3f0c87813e7ccc894fe12bb
Author: Haohui Mai <[email protected]>
Date:   2015-11-05T02:36:59Z

    [StormSQL] STORM-1159. Support nullable operations in StormSQL.

commit 8bb689b99ac3d6b1d0b66775316f52e0adba5697
Author: Haohui Mai <[email protected]>
Date:   2015-11-06T23:50:31Z

    [StormSQL] Refactor to support compiling StormSQL to Trident topology.

commit 779b0c9f58a2e664aff042e880a17a9308c45c94
Author: Haohui Mai <[email protected]>
Date:   2015-11-11T18:03:07Z

    [StormSQL] Allow deserializing Java class with custom classloaders in tests.

commit ebc28bacdd001df2178e1ff09e80e7f678702d05
Author: Haohui Mai <[email protected]>
Date:   2015-11-11T22:23:14Z

    [StormSQL] STORM-1200. Support collations of primary keys.

commit 304820aa41da8f6e111512981286e1a43222b697
Author: Haohui Mai <[email protected]>
Date:   2015-11-16T22:48:43Z

    [StormSQL] STORM-1181. Compile SQLs into Tridient topology and execute them 
in LocalCluster.

commit c00b49860a9e634e836ebd56eb0819e9b7e6279b
Author: Haohui Mai <[email protected]>
Date:   2015-11-19T22:09:26Z

    [StormSQL] STORM-1222. Support Kafka as external tables in StormSQL.

commit 8e58b5f1c97ceac24e8ed3f205bd28e39212dfb8
Author: Haohui Mai <[email protected]>
Date:   2015-12-01T02:58:29Z

    [StormSQL] STORM-1357. Support writing to Kafka streams in Storm SQL.

commit 0df1e4505d6d6be2e1fda3a94f1582fe5a52ae6b
Author: Haohui Mai <[email protected]>
Date:   2015-12-02T09:02:28Z

    [StormSQL] STORM-1201. Support distributed deployment in StormSQL.

----


> SQL support for Storm
> ---------------------
>
>                 Key: STORM-1040
>                 URL: https://issues.apache.org/jira/browse/STORM-1040
>             Project: Apache Storm
>          Issue Type: Epic
>          Components: storm-sql
>            Reporter: Haohui Mai
>            Assignee: Haohui Mai
>
> SQL is one of the more popular languages in business intelligence. Instead of 
> writing Storm topology directly, having supports to compile SQL down to 
> topology will accelerate the development and deployment of real-time 
> streaming solutions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to