Value Overview ​
The Pipeline Framework (TPF) helps teams turn small Java functions into production-ready Quarkus applications without getting buried in repeated integration, retry, and deployment work.
At a Glance ​
Developer Joy · Write focused Java functions while TPF generates repeated Quarkus code.
Define the Flow Once · Describe the flow in YAML and catch function, mapper, and operator mismatches at build time.
Portable Serverless Functions · Generate serverless function runtimes for AWS Lambda, Azure Functions, and Google's Cloud Run functions from the same typed flow.
Reliable Background Work · Store accepted work, retry failures, recover after crashes, and route terminal failures.
Container and Kubernetes Ready · Generate standard Quarkus service runtimes for containers and Kubernetes while keeping runtime layout and build topology explicit.
State and Replay · Persist business data, reuse expensive outputs, and replay safely without bespoke state plumbing.