Lunchpail compiles your job code into an all-in-one executable. Others download that binary, and "up" it to run your code in the Cloud or an existing Kubernetes cluster.
This adds an add1 command... until we have support for a run -e to allow for ad-hoc command line worker functions, i’ll add an add1 builtin (alongside the cat builtin) to help with tests/demos
This adds
add1 | add1 | add1
pipeline tests.This adds an
add1
command... until we have support for arun -e
to allow for ad-hoc command line worker functions, i’ll add an add1 builtin (alongside the cat builtin) to help with tests/demos