Module pipeline

Module pipeline 

Source
Expand description

§Pipeline Entity

Core domain entity representing a configurable file processing workflow with ordered stages (compression, encryption, validation). Automatically adds input/output checksum stages for integrity verification. Follows DDD principles with unique identity, business rule enforcement, and repository support. See mdBook for usage examples and architecture details.

Structs§

Pipeline
Core pipeline entity representing a configurable processing workflow.
PipelineData
Data Transfer Object for reconstituting a Pipeline from database storage.

Functions§

pipeline_id_to_uuid
Helper function to convert PipelineId to Uuid