Strom (strom v0.9.3)
View SourceStrom is a framework for building stream processing applications.
Summary
Types
@type component() :: struct()
@type event() :: any()
@type flow() :: %{optional(stream_name()) => stream()}
@type stream() :: Enumerable.t(event())
@type stream_name() :: any()