Faasflow guide helps you to get started with faasflow pipeline with example
Basic
Function are workflow agnostic
Faasflow makes the openfaas function in your work flow usecase agnostic.
Faasflow allows you to get rid of glue code in your function and make each function compleltly unaware about the next function.
It allows one function to be part of mutiple workflows.
Workflow is function
Workflow can be executes just like a function. Faasflow work as a function which cuts the delay for call to one functions and make it take all the advantage of openfaas platform.
Its highly Scalable, Stateless, Secured and Fast.