Getting Started with Streaming Analytics
Also available as:
PDF
loading table of contents...

Filtering Events in a Stream using Rules

SAM provides powerful capabilities to filter events in the stream. It uses a Rules Engine, which translates rules into SQL queries that operate on the stream of data. The following steps demonstrate this, implementing Requirement 6 of the use case.

  1. Drag the Rule processor to the canvas and connect it from the Join processors.

  2. Double-click the Rule processor, click the Add new Rules button, and create a new rule.
  3. Click OK to save the new rule.