More Workflow Systems
In this chapter, we will learn about two more interesting workflow systems. Flyte is a more recent workflow system developed at Lyft. It is Pythonic and runs on Kubernetes. We’ll cover it first. Then we’ll learn how to build a workflow system using AWS Step Functions and State Machines. This can be a great approach when you want an AWS-native solution that integrates well with other AWS services, such as EventBridge, SQS, and SNS.
We will cover the following recipes in this chapter:
- Building a bioinformatics workflow with Flyte
- Launching a bioinformatics orchestrator with AWS Step Functions