Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Status
colourYellow
titleCOMMUNITY
,
Status
colourBlue
titleENTERPRISE
,
Status
colourPurple
titleCORPORATE

Since

Status
colourGreen
titleVERSION 6.0

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.

...