Strom (strom v0.9.3)

View Source

Strom is a framework for building stream processing applications.

Summary

Types

component()

@type component() :: struct()

event()

@type event() :: any()

flow()

@type flow() :: %{optional(stream_name()) => stream()}

stream()

@type stream() :: Enumerable.t(event())

stream_name()

@type stream_name() :: any()