Viewing profile — kumare3
kumare3
HN member- Joined
- Tue, Jan 07, 2020, 6:21 PM UTC
- HN karma
- 18
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About kumare3
No profile information was provided.
Recent public activity
-
comment
Comment #49170847
[dead]
- story
-
comment
Comment #35447668
May I recommend looking into flyte.org, it is open source kubernetes native "orchestration" style tool, but essentially and infrastructure component that is geared to making your M…
-
comment
Comment #35070664
Thank you for sharing. If you do not have platform engineers look at union.ai. They offer a manager version of Flyte
-
comment
Comment #35070652
I do agree it makes sense fornscale, but if your data fits in memory Flyte native constructs shine. For example it will ensure your data is stored / serialized correctly. Allows yo…
-
comment
Comment #33635446
Checkout Flyte.org and it’s sibling project https://www.union.ai/unionml
-
comment
Comment #33635432
@tomrod, thank you for the callout. By the way we are integrating mlflow into Flyte in a way that you do not need to start the web server to view the logs. They are available Local…
-
comment
Comment #32327657
Some of these were the core problems that we wanted to address as part of https://flyte.org . We started with a team first and multi-tenant approach at the core. For example, each …
-
comment
Comment #32318317
I remember having this feeling a few years ago. What I realized is that airflow has taught us a few bad habits and also brought ahead an interesting paradigm of the vertical workfl…
-
comment
Comment #32017833
This is cool, you could provide resilience to Red Engine, by providing it a backend using Flyte.org. Checkout example of making a new API on top of Flyte which has similarish feel …
- comment
-
comment
Comment #30797130
Thank you. So at Lyft, there exists an AirflowFlyteOperator. It was designed to interop with Airflow. I know the community is working on open sourcing it. Keep a lookout for the sa…
- story
- story
-
comment
Comment #25471755
Ohh you are welcome, join the slack channel and ask for help. The community is growing everyday - here are some examples of using it in python https://flytecookbook.readthedocs.io/…
-
comment
Comment #25464021
Have you tried Flyte.org?
-
comment
Comment #25205451
Spotify is moving to https://Flyte.org and building a Luigi to Flyte compiler. Stay tuned
-
comment
Comment #25205439
Have you tried Flyte - flyte.org?
-
comment
Comment #21988182
Roberto, this is absolutely one of our goals. When we started, it was with python2.7 still around. We would love contributions, ofcourse we will work with you and adapt it
-
comment
Comment #21988126
Another great question. So Airflow is used at Lyft for ETL. I think for traditional ETL it still is a good fit. But, there is an effort to not just migrate, but rethink how we can …
-
comment
Comment #21982950
Great question, I am working on a follow up blog that will explain the differences in more detail. Flyte does take some inspiration from airflow, but it has a lot of important diff…