We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

From pipelines to graphs Escape the tyranny of the shell’s linear pipelines with dgsh

Formale Metadaten

Titel
From pipelines to graphs Escape the tyranny of the shell’s linear pipelines with dgsh
Serientitel
Anzahl der Teile
611
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
Produktionsjahr2017

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
The Unix [dgsh] shell provides an expressiveway to construct sophisticated and efficient data processing pipelines usingstandard Unix tools, as well as third-party and custom-built components. Dgshallows the specification of pipelines of non-uniform non-linear operations.For example _tee_ can feed three processes whose output can then be collectedby _paste_. The pipelines form a directed acyclic process graph, which istypically executed by multiple processor cores, thus increasing the task'sprocessing throughput. We will see how to use _dgsh_ in practice through anumber of general data processing and domain-specific examples, and how toadapt tools for use with _dgsh_.