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.FlatMap: Transform elements in the stream into multiple elements.Map: Transform elements in the stream.Merge: Merge multiple streams into one.Reduce: Reduce elements in the stream.Skip: Skip elements in the stream.Split: Split the stream into multiple streams.
Channel: Takes a channel as an input
Channel: Takes a channel as an outputFSM: Takes a finite state machine as an outputIgnore: Ignores the outputStdout: Takes the standard output as an output