Unix Pipeline over Cloud
Example: Unix Pipeline Over Cloud
Source code: https://github.com/yomorun/yomo/tree/master/example/1-pipeline
1. Start YoMo Server
yomo serve -c workflow.yaml
2. Start the Streaming Function to observe data
yomo run -n rand serverless/rand.go
3. Start the Source to generate random data and send to Zipper:
cat /dev/urandom | go run source/pipe.go