haoch / flink-siddhi

A CEP library to run Siddhi within Apache Flink™ Streaming Application (Not maintained)
Apache License 2.0
243 stars 96 forks source link

Defining Tables #44

Open pranjal0811 opened 5 years ago

pranjal0811 commented 5 years ago

Hi,

Is it possible to define tables in Flink siddhi wrapper?

like I have the query like - "define table test_table(name string,id string)" with the provided cep context. I can define stream like cep.registerStream(streamId, stream,fields).

Any suggestions would be appreciated.

Thanks