blob: 002f1e2cbece8404f44d759e8b1df466c62a97a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Overview
========
This section explains how to wrap any pipeline detailled in previous sections into various context.
First, let's look at the schema below: it gives an overview of the main notions involved in the following chapters.
![Pipeline input context](../../img/pipeline_input_context.png)
To build your own input context, you need to know:
* [How to define a context class](context_definition.md),
* [How to load and connect a context](configuration_and_connection.md),
* [How to visualize a context](visualization.md),
* [How to pause and resume a context](pause_and_resume.md)
|