...
Pipelines and Commands are Functions as a Service (FaaS). Their main purpose is to create and maintain data integrations between different systems and implement business logic in a fairly flexible and easy way.
Licenses |
| ||||||||||||||||||
Since |
|
Table of Contents |
---|
Overview
...
Introduction
The main purpose of Pipelines and Commands is to create and maintain data integrations between different systems and to implement business logic in a fairly flexible and easy way:
A pipeline is written in an executable YAML format.
Each pipeline consists of one or more commands.
A command is a component which can create, edit, send data and execute logic.
The output of the first command will become the input of the second, aso.
A pipeline can be executed manually or by a trigger.
Commands are sometimes also referred to as Pipes.
...