Development cycle#
This section covers developing production-ready workflows for Union.
Best practices in organizing a Union workflow project repository. |
|
Understanding projects and domains in Union. |
|
Best practices in strucuring your workflows. |
|
Setting up a project |
Create a project on Union and initialize a workflow directory on your local machine. |
Install the required dependencies locally. |
|
Remote dependencies with ImageSpec |
Use |
Use different deploy and run commands for different steps in the development cycle. |
|
Use |
|
Programmatically perform Union operations in Python. |
|
Inspect and debug live task code directly in the Union console. |
|
Create and manage secrets to connect to third-party services. |
|
Managing apps |
Create applications to allow external systems to run compute on Union. |
How Union handles workflows with unsatisfiable resource requests. |
|
Run your workflows in a local Kubernetes cluster on your machine. |
|
Automate workflow registration and execution. |
|
UnionRemote |
Programmatically perform Union operations in Python. |