diff -r 3074cf4158d2 -r d8be473e0d86 relpipe-data/classic-example.xml --- a/relpipe-data/classic-example.xml Fri Nov 30 18:45:36 2018 +0100 +++ b/relpipe-data/classic-example.xml Fri Nov 30 19:09:08 2018 +0100 @@ -65,6 +65,16 @@ Thus optimal language can be used for each task.

+

+ The pipeline is reusable which is a big advantage compared to ad-hoc operations done in CLI or GUI tools. + Thus we can feed different data (with same structure of course) into the pipeline and get desired result. +

+ +

+ Particular steps in the pipeline can be added, removed or exchanged. + And we can also debug the pipeline and check what each step produces (e.g. use tee to duplicate the intermediary outputs to a file or just execute only some first steps of the pipeline). +

+

The pitfalls