Skip to content
SP StackPractices

Tag: composable

Browse 1 practical software engineering resources tagged with "composable". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving composable.

Pipes and Filters Pattern

Chain processing steps with independent filters connected by pipes. A pattern for data transformation pipelines where each step is reusable and composable.