Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RealtimeCompute/ververica-cep-demo
Demo of Flink CEP with dynamic patterns
https://github.com/RealtimeCompute/ververica-cep-demo
Last synced: 9 days ago
JSON representation
Demo of Flink CEP with dynamic patterns
- Host: GitHub
- URL: https://github.com/RealtimeCompute/ververica-cep-demo
- Owner: RealtimeCompute
- Created: 2022-09-02T02:28:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T07:26:15.000Z (5 months ago)
- Last Synced: 2024-06-22T00:44:57.615Z (5 months ago)
- Language: Java
- Size: 64.5 KB
- Stars: 32
- Watchers: 1
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ververica-cep-demo
Demo of Flink CEP with dynamic patterns.# !!Note!!
The jar of flink-cep that supports dynamic CEP in [public maven](https://mvnrepository.com/artifact/com.alibaba.ververica/flink-cep/1.15-vvr-6.0.2-api) is an API jar that does not contain full implementation. So users can not directly use it in their local machine/cluster.
Instead, users can use it for writing codes or packaging but the final job jar must be submitted to [Flink managed by Aliyun](https://www.alibabacloud.com/product/realtime-compute) | [阿里云实时计算Flink版](https://www.aliyun.com/product/bigdata/sc) as the dynamic CEP is currently a commercial feature.