Overview - fanhubgt/StreamEPS GitHub Wiki
What is Event Processing System?
It is a software system that performs operation(reading, creating, transforming and deleting events) on events and its parts interact primarily using event notifications and event subscriptions. In this context, a part is anything containing code, such as a module of functions, an object, or a component made up by classes and objects. Notifications are basically signals sent from one part to another, in response to an event.
What are the merits of EPS?
- It is easier to build, test and maintain.
- It reduces the overall complexity of the system.
- It tries to solve the problem of coupling in systems
Go to Home