v0.6.0
Implement yomo-zipper
(workflow) which receives the data from yomo-source
, runs yomo-flow
(streaming serverless) in pipeline, and distributes the result to yomo-sink
.
Core Changes
- Add CLI
yomo wf run workflow.yaml
[#62] - Add two examples of
yomo-source
.
Examples
yomo-source
:yomo-flow
: example/flow/app.goyomo-sink
: example/sink/app.goyomo-zipper
: example/workflow.yaml