项目作者: milad72t

项目描述 :
chat program with apache flink CEP engine
高级语言: Java
项目地址: git://github.com/milad72t/CEP_Chat.git
创建时间: 2018-05-11T19:35:55Z
项目社区:https://github.com/milad72t/CEP_Chat

开源协议:

下载


CEP_Chat

a chat program that multiple clients connect to a server to send and receive messages.

in this project, there is a complex event processing engine that tracks messages between each client and finds a specific pattern that was used between two clients.

our specific pattern is the consequence word of A, B, and C in three different and serial message.

this project has two-part, CEP engine thatapache Flink with java was used, and for chat, python was used.