Adding an Output Stream

Create an output stream for your data. The output stream converts data for external use.

Once output has been provided for your project, specify where the output will be sent by adding an output stream.

Follow these steps to add an output stream to your project:

  1. On the Project menu, click Add Output Stream.
  2. Replace "StreamOut" with "FilteredTrades" in the new CREATE OUTPUT STREAM statement in the Queries tab.
  3. Copy the three-line schema definition from the CREATE INPUT STREAM statement at the top of the Queries tab and then paste it over the schema definition for the output stream.:


    SFOutSchema PNG

    For the purposes of this tutorial, you're just going to be looking at the data that flows through the output stream. In a real application, you would attach the output stream to some kind of adapter to convert the data for use by an external application.