PrefectHQ / prefect

Prefect is a workflow orchestration tool empowering developers to build, observe, and react to data pipelines
https://prefect.io
Apache License 2.0
15.29k stars 1.5k forks source link

Asyncio execution of AWS operations #13040

Open mmiermans opened 1 year ago

mmiermans commented 1 year ago

Proposal

Leverage asyncio to improve performance during IO-intensive workloads.

Here's an idea on how to realize this:

Example use-cases

mmiermans commented 1 year ago

@desertaxle I could use your feedback on whether using aioboto3 might be beneficial, and if the above extras idea makes sense. I'd be happy to help build this out if you think it's useful to incorporate in prefect-aws!