My First Stream

This tutorial provides you with a step-by-step guide to create and run a simple stream. It gives an introduction to basic processes like data collection, processing, and forwarding. 

The stream that you will build includes these functions:

  • A Count function that collects data. It is intended to collect or receive data for further processing. 
  • A Script function that you will configure to double the value of the data collected in Javascript. It allows the users to use custom code and operations to transform the input data. 
  • A Log function that will forward the processed data to the log section. 

To spare you a few clicks, all of your entries are automatically saved. No need to look for any Save buttons. 

Follow the steps below: