TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Netflix has open-sourced its Maestro Workflow Orchestrator

141 点作者 kaypee90110 个月前

9 条评论

vb-844810 个月前
This appears to be the high level architecture: <a href="https:&#x2F;&#x2F;miro.medium.com&#x2F;v2&#x2F;resize:fit:4800&#x2F;format:webp&#x2F;0*SDt718rSvgh2Nclv" rel="nofollow">https:&#x2F;&#x2F;miro.medium.com&#x2F;v2&#x2F;resize:fit:4800&#x2F;format:webp&#x2F;0*SDt...</a>.<p>To me seems to overengineered for most of the companies outside there, how many people do you need to manage it?
评论 #41039298 未加载
评论 #41039524 未加载
评论 #41041598 未加载
pshirshov10 个月前
1) Scheduling seems to be primitive? (strategy: sequential) 2) That&#x27;s seems to be just a DAG executor? No high-level frontend? 3) No executiun context? 4) No typings? 5) No concept of a stream?<p>It would be way too ambitious to call this thing an orchestrator, it seems to be just a primitive distributed DAG executor.
评论 #41041944 未加载
ChrisArchitect10 个月前
[dupe]<p>More discussion on official post: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41037745">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41037745</a>
qntty10 个月前
I was hoping to try this out, but it doesn&#x27;t build on my mac :&#x2F;<p>Here&#x27;s their tech blog post about it: <a href="https:&#x2F;&#x2F;netflixtechblog.com&#x2F;orchestrating-data-ml-workflows-at-scale-with-netflix-maestro-aaa2b41b800c" rel="nofollow">https:&#x2F;&#x2F;netflixtechblog.com&#x2F;orchestrating-data-ml-workflows-...</a>
评论 #41039615 未加载
评论 #41042648 未加载
评论 #41040153 未加载
评论 #41039997 未加载
评论 #41039188 未加载
Keyframe10 个月前
So, is this something like prefect, dagster, flyte..?
评论 #41040473 未加载
wg010 个月前
After almost demise of nomad, market needs another general purpose orchestrator that isn&#x27;t Kubernetes or docker swarm.<p>This is not it however.
rickette10 个月前
I was just thinking didn&#x27;t Netflix already have its own workflow engine: <a href="https:&#x2F;&#x2F;github.com&#x2F;Netflix&#x2F;conductor">https:&#x2F;&#x2F;github.com&#x2F;Netflix&#x2F;conductor</a>, but found out it&#x27;s archived&#x2F;EOL so this makes more sense now.
评论 #41040770 未加载
评论 #41039494 未加载
评论 #41039492 未加载
opiniateddev10 个月前
An abstraction on top of Conductor: <a href="https:&#x2F;&#x2F;github.com&#x2F;Netflix&#x2F;maestro&#x2F;blob&#x2F;main&#x2F;maestro-engine&#x2F;src&#x2F;main&#x2F;java&#x2F;com&#x2F;netflix&#x2F;conductor&#x2F;core&#x2F;execution&#x2F;MaestroWorkflowExecutor.java">https:&#x2F;&#x2F;github.com&#x2F;Netflix&#x2F;maestro&#x2F;blob&#x2F;main&#x2F;maestro-engine&#x2F;...</a>
评论 #41054735 未加载
Thaxll10 个月前
Interesting that they use CockroachDB.