Complex Event Processing (CEP) is a set of technologies that allows events to be processed on a continuous basis. TIBCO offers a complete platform to enable CEP that is, TIBCO BusinessEvents. It is a Rule Engine where Event-Based Programming Paradigm is followed that has Java at its core.
CEP is unlike conventional event processing technologies, however, in that it treats all events as potentially significant and records them asynchronously.
CEP Applications are event-driven in nature, therefore some of its aspect has real-time behavior. For example, “Situation Awareness,” “Sense and Respond,” or “Track and Trace” are some of the aspects that CEP application can have that overlap in actual business situations.
Learning TIBCO BusinessEvents (BE) for developing such CEP Solution can open up the world of Even Processing for developers. TIBCO BusinessEvents Rule Engine's working can't be understand without understanding what "Run to Completion" Cycle is all about. Also before understanding CEP and developing solutions, one must have a strong foundation of programming language and problem solving with rock solid basic understanding of the principles of Object Oriented Programming.
To understand more effectively, you can imagine the BE Engine as a child who is taught to understand, identify and react according to varies situations put forward. For example if you have to teach the baby, "Pull your hands off when there is hot metal near by". How would you do that? Following can be the sample process in order to teach the baby this skill.
- Tell the baby, What is "Hot Metal"?
- Tell the baby, How to "Pull Your Hands off"?
- Tell the baby, When to "Pull Your Hands Off"?
- Defining the "Hot Metal" to the BE Engine by identifying the properties of the object like temperature, texture, shape, size, material, etc. and saving as "Concepts".
- Defining the procedure to "Pull Your Hands Off" as reactive Action to be performed when hot Metal is detected. This will be your "Rule Action".
- Define the condition and relate it with action "Pull Your Hands Off". This will be your detection point as an "Event".
Similarly, we can break the data flow architecture of any CEP Application and correspondingly trying to develop the understanding of the Objects, Actions, and Relations involved in CEP.
Leave the comments below if it helps or if there is any question. I would be happy to help you all.
Thank You Guys, See you later. Till then, Good Luck. and Have a great CEP Exploration.
Please do like, share and subscribe. This would help me grow my blog.
Please do like, share and subscribe. This would help me grow my blog.
- Vijay Prakash Tiwari
Thanks! great explaination.
ReplyDelete