pipeline v0.1.0 Pipeline.Interpreter.Conn

Run a pipeline with a given connection. This is the runtime equivalent of the pipeline compiler. It’s still performant, but compiled code is always faster. The interpreter has one advantage in that you can use monadic bind to change the pipeline based on the value of the connection which is otherwise not possible in compilation, because the connection is not available.

Summary

Functions

run(init, pipeline)