You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jark Wu (JIRA)" <ji...@apache.org> on 2017/06/16 08:04:00 UTC

[jira] [Created] (FLINK-6935) Integration of SQL and CEP

Jark Wu created FLINK-6935:
------------------------------

             Summary: Integration of SQL and CEP
                 Key: FLINK-6935
                 URL: https://issues.apache.org/jira/browse/FLINK-6935
             Project: Flink
          Issue Type: New Feature
          Components: CEP, Table API & SQL
            Reporter: Jark Wu


Flink's CEP library is a great library for complex event processing, more and more customers are expressing their interests in it. But it also has some limitations that users usually have to write a lot of code even for a very simple pattern match use case as it currently only supports the Java API.

CEP DSLs and SQLs strongly resemble each other. CEP's additional features compared to SQL boil down to pattern detection. So It will be awesome to consolidate CEP and SQL. It makes SQL more powerful to support more usage scenario. And it gives users the ability to easily and quickly to build CEP applications.

The FLIP can be found here:
https://cwiki.apache.org/confluence/display/FLINK/FLIP-20%3A+Integration+of+SQL+and+CEP

This is an umbrella issue for the FLIP. We should wait for Calcite 1.13 to start this work.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)