Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 623 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 623 Bytes

flink cep的例子

基于flink-1.9.1。

通过例子说明flink cep(complex event process)的代码如何编写。

使用 Apache Flink CEP 来设计小的例子。

该例子是基于Flink CEP 1.9.1。

  1. 环境搭建可以参考这里的说明。
  2. 打包成jar包后,执行命令:
./flink/flink-1.9.1/bin/flink run flink-cep-examples-1.0.jar

参考文献: