Learning more about Union and Flyte

Learning more about Union and Flyte#

Since Union shares its programming model (and specifically, the Flytekit SDK) with the open source project Flyte, you can learn more about programming in Union by reading the Flyte documentation:

Specific sections that you might find helpful:

Differences between Flyte and Union

As you read the Flyte docs, keep in mind a few of the differences between Flyte and Union:

  • The command-line tool for Flyte OSS is flytectl. The one for Union is uctl. They are identical except that uctl has a few extra Union-specific features.

  • The default local configuration location for Flyte is ~/.flyte/ while for Union it is ~/.uctl/.