https://prefect.io logo
g

Giovanni Giacco

02/05/2021, 9:42 PM
I need a tip from the community. In our new use cases we need to create flows at runtime, when a REST call arrives. In those cases where we can store the flows? What's the best solution? Maybe S3 storage?
z

Zanie

02/05/2021, 9:48 PM
Hi @Giovanni Giacco — I think any of the file-based storage methods would serve you well!
🙏 1
g

Giovanni Giacco

02/05/2021, 9:52 PM
For static flows we used a Docker storage but for those ones we need to switch. Thank you Michael for your feedback.
z

Zanie

02/05/2021, 9:53 PM
Docker storage is also fine but is significantly slower to build
g

Giovanni Giacco

02/05/2021, 9:56 PM
Yes, slowness was the problem we faced.