Skip to content

Example Pipelines

Real-world pipeline patterns showing how steps compose to solve common data problems.

ExampleInputOutputWhat it shows
Customer SignupJSONJSONValidate, normalize, redact, enrich via HTTP
CSV IntakeCSVJSONLClean and filter a partner CSV export
Audit ExportJSONLJSONLSHA-256 hash PII fields for safe export
Service-to-ServiceJSONCSVPOST to an HTTP service, process CSV response

All examples include runnable YAML and sample input data. The examples/ directory in the repository contains these pipelines with real input files.

Released under the MIT License.