Skip to main content
Version: Current

Data Pipelines - introduction

Genesis Data Pipelines enable you to stream data into and out of your Genesis application. If you are looking to integrate your application with an external database or file system, this module should be your first consideration.

Each Data Pipeline defines a source, some operations and a sink.

termdescription
sourceSource of data that flows through your pipeline
operatorTransforms data from the data source
sinkFinal point in the pipeline where the data ends up

We provide some out-of-box implementations for each of the above.