I need a tip from the community. In our new use ca...
# ask-community
g
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
Hi @Giovanni Giacco — I think any of the file-based storage methods would serve you well!
🙏 1
g
For static flows we used a Docker storage but for those ones we need to switch. Thank you Michael for your feedback.
z
Docker storage is also fine but is significantly slower to build
g
Yes, slowness was the problem we faced.