will it support oss from aliyun and obs from huawei yun #3043
-
Dear developer, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @asmlgkj , see this related Q&A: #2795 Basically, we aren't planning to add support for these cloud platforms ourselves anytime soon, but anyone is welcome to do it. You could adapt one of the existing executors e.g. Additionally, you can use these clouds now through Kubernetes -- simply set up a K8s cluster in a cloud environment and use Nextflow's |
Beta Was this translation helpful? Give feedback.
Hi @asmlgkj , see this related Q&A: #2795
Basically, we aren't planning to add support for these cloud platforms ourselves anytime soon, but anyone is welcome to do it. You could adapt one of the existing executors e.g.
awsbatch
orazurebatch
to work with a different cloud provider as long as it has a Java library or REST API.Additionally, you can use these clouds now through Kubernetes -- simply set up a K8s cluster in a cloud environment and use Nextflow's
k8s
executor. It's not as convenient as a cloud batch executor, but it's generic enough that it can work with any platform that supports K8s.