You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Luigi is an Golang package for implementing streams of values. It defines types
for data Sources and Sinks, and ways to manupulate them via Map / Filter /
Reduce.
Examples
These may be found in the Go documentation of the package.