Developer Joy
Start quickly, keep function inputs and outputs explicit, and spend less time writing glue code
Write focused Java business functions; TPF generates, validates, and runs the Quarkus code around them

Recent DEV Community posts tagged tpf.
Fresh from GitHub releases for The Pipeline Framework.
The Pipeline Framework helps you build fast, forward-only flows of Java functions. A step is one function in the flow: it receives a typed input, produces a typed output, and lets TPF generate the REST, gRPC, local, or function-style code around it.
common module: Central place for entity and DTO definitions used across pipeline components.