Learn how to create simple stream processing applications by
completing the tutorials.
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.
Introducing Streams Processing Language
Streams Processing Language (SPL) is a distributed data
flow composition language. SPL has primitive types, program structures,
and definitions that are tailored for streaming data.
VWAP example
Volume-weighted average price or VWAP is a common calculation
in financial trading. Here is an example that uses VWAP to illustrate
SPL features.