2022-03-30 17:32:16 -07:00
|
|
|
(serve-deployment-graph)=
|
|
|
|
|
|
|
|
# Deployment Graph
|
|
|
|
|
2022-05-20 10:56:34 -07:00
|
|
|
To learn more about deployment graph in an end-to-end walkthrough:
|
|
|
|
|
2022-05-11 16:24:55 -07:00
|
|
|
- [E2E Tutorials](./deployment-graph/deployment-graph-e2e-tutorial.md)
|
2022-05-20 10:56:34 -07:00
|
|
|
|
|
|
|
## Patterns
|
|
|
|
|
|
|
|
Jump striaght into a common design patterns using deployment graph:
|
|
|
|
|
|
|
|
- [Chain nodes with same class and different args](deployment-graph/chain_nodes_same_class_different_args.md)
|
|
|
|
- [Combine two nodes with passing same input in parallel](deployment-graph/combine_two_nodes_with_passing_input_parallel.md)
|
2022-05-25 15:38:23 -07:00
|
|
|
- [Control flow based on user inputs](deployment-graph/control_flow_based_on_user_inputs.md)
|
2022-05-20 10:56:34 -07:00
|
|
|
|