Flyte: A Cloud Native Machine Learning and Data Processing Platform
1–10 of 20 posts
Re: Flyte: A Cloud Native Machine Learning and Data Processing Platform
#2Looking at the docs for both, Flyte has similar functionality to Airflow, except less mature and a more functional Task specification syntax. Airflow has the same data ETL operators as well, plus a few more.
Re: Flyte: A Cloud Native Machine Learning and Data Processing Platform
#3How does this differ from Airflow? https://airflow.apache.org/ Looking at the docs for both, Flyte has similar functionality to Airflow, except less mature and a more functional Task specification syntax. Airflow has the same data ETL operators as well, plus a few more.
Re: Flyte: A Cloud Native Machine Learning and Data Processing Platform
#4Re: Flyte: A Cloud Native Machine Learning and Data Processing Platform
#5How does this differ from Airflow? https://airflow.apache.org/ Looking at the docs for both, Flyte has similar functionality to Airflow, except less mature and a more functional Task specification syntax. Airflow has the same data ETL operators as well, plus a few more.
https://medium.com/@flytehub/introducing-flytehub-open-sourc...
Re: Flyte: A Cloud Native Machine Learning and Data Processing Platform
#6Any plans to support Python type annotations, instead of using the @inputs and @outputs decorators?
Re: Flyte: A Cloud Native Machine Learning and Data Processing Platform
#7Re: Flyte: A Cloud Native Machine Learning and Data Processing Platform
#8How does this differ from Airflow? https://airflow.apache.org/ Looking at the docs for both, Flyte has similar functionality to Airflow, except less mature and a more functional Task specification syntax. Airflow has the same data ETL operators as well, plus a few more.
Re: Flyte: A Cloud Native Machine Learning and Data Processing Platform
#9Any plans to support Python type annotations, instead of using the @inputs and @outputs decorators?
Re: Flyte: A Cloud Native Machine Learning and Data Processing Platform
#10Any plans to support Python type annotations, instead of using the @inputs and @outputs decorators?
You mean DataClasses?