IBM Integration PoT Labs Home page

IBM Event Automation

Get hands on building Event Automation flows. Define business scenarios in an intuitive, easy-to-use authoring canvas. Detect whenever they arise and start acting in real-time when it matters the most.

Return to kafka main page

Lab Abstracts

Subject Description
Lab 1 Discover topics and Filter events For this scenario, you need a source of order events. A good place to discover sources of event streams to process is the catalog in Event Endpoint Management.
When processing events, we can use filter operations to select a subset that we want to use. Filtering works on individual events in the stream.
Lab 2 Transform events When processing events we can modify events to remove some properties from the events, and modify events to create additional properties, which are derived from the event.
Lab 3 Aggregates events Aggregates enable you to process events over a time-window.
Lab 4 Join events Join related events that occur within a time window
Lab 5 Event destination Save the results to a Kafka Topic in Event Streams so that future automatic actions can be done based on event triggers

Return to kafka main page