A teeny-tiny package to create stream processing workloads.
You can find the documentation hosted on godoc.org.
See the examples directory for more.
Do
: Execute a function for each element in the stream.Filter
: Filter elements from the stream.Map
: Transform elements in the stream.Reduce
: Reduce elements in the stream.Split
: Split the stream into multiple streams.Merge
: Merge multiple streams into one.FlatMap
: Transform elements in the stream into multiple elements.Skip
: Skip elements in the stream.
Channel
: Takes a channel as an input
Channel
: Takes a channel as an outputFSM
: Takes a finite state machine as an outputStdout
: Takes the standard output as an outputIgnore
: Ignores the output