Documentation Index

Fetch the complete documentation index at: https://docs.staedean.com/llms.txt

Use this file to discover all available pages before exploring further.

Pipelines

Prev Next

A pipeline is a sequence of events, endpoints, and activities for importing and exporting data. It is a technical synonym for a connection.

Business Integration Solutions distinguishes between two types of pipelines: an import pipeline and an export pipeline.

Import pipeline

An import pipeline consists of the following elements:

  • A reader endpoint, linked to

  • One or more intermediate activities, linked to

  • A record generator activity

    Preview_app_structure1

    [External Source] ➡️ [Reader Endpoint] ➡️ [Converter] ➡️ [Mapper] ➡️ [Record Generator] ➡️ [Microsoft Dynamics 365 Business Central]

Export pipeline

An export pipeline consists of the following elements:

  • An event, linked to

  • One or more intermediate activities, linked to

  • A writer endpoint

    Preview_app_structure1[Microsoft Dynamics 365 Business Central] ➡️ [XML Generator] ➡️ [Mapper] ➡️ [Converter] ➡️ [Writer Endpoint]

    The term pipeline comes from the Enterprise Integration Patterns book, where this pattern is called Pipes and Filters. Many other patterns from this book are also used.