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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Conductor – A microservices orchestration engine that runs in the cloud

71 点作者 Nimsical超过 8 年前

7 条评论

the_gastropod超过 8 年前
I'm a bit conflicted in how I feel about how much attention tools like this get. While it's absolutely a really neat tool, I think it gives a largely false idea that it's normal to need tools like this. The huge majority of companies aren't dealing with 1% of the traffic and complexity that Netflix handles. And for that vast majority of these companies, microservices and their orchestration tools are unnecessary.
sergioisidoro超过 8 年前
I found the title a bit misleading. As I understood this is more of a workflow engine, using microservices for each step of the workflows.<p>Quite interesting, seeing this join Airlfow, Luigi, and other task orchestration tools, with a different approach to the deployment.
评论 #13177445 未加载
flurdy超过 8 年前
Oh no, Thats the name for my microservice orchestration <a href="https:&#x2F;&#x2F;github.com&#x2F;flurdy&#x2F;philharmonic&#x2F;tree&#x2F;master&#x2F;conductor" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;flurdy&#x2F;philharmonic&#x2F;tree&#x2F;master&#x2F;conductor</a><p>Ok, not a total surprise that other projects will pick that name for orchestration. Though more upsetting is that theirs is probably near complete and actually well made, as opposed to mine which was mostly hacked out in anger at current orchestration tools.<p>:(
评论 #13186521 未加载
jjoonathan超过 8 年前
I get that they were trying to avoid this:<p>&gt; Process flows [were] “embedded” within the code of multiple application.<p>But why did they choose a &quot;JSON DSL&quot; (which fortunately seems to mean JSON and <i>not</i> a DSL) as the best way to accomplish that? Seems to me that a builder pattern could have achieved the same thing without dropping compile time checks in probably the one place where they are most useful.
评论 #13177302 未加载
the_arun超过 8 年前
The workflow here -Isn&#x27;t it similar to AWS Lambda Step functions?
daddykotex超过 8 年前
The name is really close to Lightbend&#x27;s ConductR : <a href="https:&#x2F;&#x2F;conductr.lightbend.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;conductr.lightbend.com&#x2F;</a>
adamfeldman超过 8 年前
How does this compare to what&#x27;s possible with Celery?
评论 #13179177 未加载