IBM Streams 4.3.0

Developing a simple stream application

Companies build stream processing applications when they need to extract information from large data sets so that they can analyze only the information that is relevant to them.

About this task

For example, you might want to know the highest and lowest trading price for IBM stocks for a specific day. To determine, you can write a stream processing application to filter the stock transaction data to process only the IBM transaction records. Then, process the IBM transaction records to find the highest and lowest trading price for that day.

Procedure

  1. Filtering large data sets
  2. Reading data from a source file
  3. Analyzing the subset of data
  4. Combining the operators into a graph
  5. Creating a graph by using Streams Studio
  6. Testing the stream processing application built from the graph