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

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

GitHub user haohui opened a pull request:

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

    Implement SQL parser using ANTLRv4.

    This PR is supposed to go against the STORM-1040 branch which does not 
exist yet in this mirror yet. This PR is for review only.
    
    This PR implements a SQL parser using ANTLR v4. The parser is based upon 
https://github.com/antlr/grammars-v4/blob/master/sqlite/SQLite.g4. It closely 
follows the SQLite grammars. It only implements the subset of SQL statements 
that are useful for STORM-1040.

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

    $ git pull https://github.com/haohui/storm storm-sql

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

    https://github.com/apache/storm/pull/731.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 #731
    
----
commit b610f725c603fddff8935b2f6923eba65b2e6a63
Author: Haohui Mai <[email protected]>
Date:   2015-09-11T23:17:06Z

    Implement SQL parser using ANTLRv4.

----


> SQL support for Storm
> ---------------------
>
>                 Key: STORM-1040
>                 URL: https://issues.apache.org/jira/browse/STORM-1040
>             Project: Apache Storm
>          Issue Type: Epic
>            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