-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation: Difference to other meta workflow engines #260
Comments
Kedro provides a way to organize your logic (and abstract your datasets, environments, etc.), but it doesn't actually provide a way to deploy to workflow engines like Argo, Airflow, KFP, etc. that run a series of containerized workloads. There are deployment guides and plugins to these, but Kedro could actually integrate with Couler to help deploy Kedro pipelines to various workflow engines (so as to say they're not exclusive or even really overlapping). |
@deepyaman: How about ZenML, which seems to be much closer to Couler in that case? My impression is that ZenML is a bit more machine learning oriented and Couler might be more general-purpose, but fundamentally, they seem pretty similar. When should I use Couler? Currently, it only supports Argo, so the "being meta" is currently not the case. In contrast, ZenML has already many services to which it can deploy. |
I think ZenML is much more opinionated about how your workflow gets executed (e.g. you can't directly parametrize the underlying
Agreed that the current value is for deploying to Argo, but I think the whole idea is that the ecosystem can be extended. |
Couler is a meta workflow engine, but I know of at least ZenML and Kedro which are meta workflow engines as well. While the self-presentation of these other two is towards machine learning, it seems to me they are pretty much generally usable for any type of work. What is Couler aiming to do differently than ZenML and/or Kedro?
The text was updated successfully, but these errors were encountered: