Replies: 1 comment
-
Hi @Firstero We had internal discussions, but we decided not to support CEP at the moment. We found that most of the CEP use cases brought up by our users can be expressed in vanilla SQL. But we admit that sometimes, CEP can execute it more efficient by having customized optimization for some queries
Does this workaround work for you? But feel free to open an issue and provide usage examples on GitHub, if it gains more traction, we are open to changing our minds. Thank you for posting your questions here! Please note that our primary communication channel is the Slack community: risingwave.com/slack. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question: Does RisingWave plan to support pattern recognition in materialized views similar to Flink's CEP?
Context:
Apache Flink's Complex Event Processing (CEP) library enables pattern detection in event streams using declarative patterns (e.g.,
BEGIN.where(...).followedBy(...).within()
). This is particularly useful for scenarios like fraud detection or failure sequence analysis [1].Current State in RisingWave:
RisingWave's materialized views excel at continuous SQL-based aggregations and window operations, but lack native syntax for temporal pattern matching on event sequences [2] [3].
Ask:
MATCH_RECOGNIZE
or custom pattern operators) in materialized views?Community Engagement:
Beta Was this translation helpful? Give feedback.
All reactions