Very nice, Netflix has a reputation of making great OSS products. I wonder where does this stand with Conductor.
Maestro: Netflix's Workflow Orchestrator
11–20 of 165 posts
Re: Maestro: Netflix's Workflow Orchestrator
#12Re: Maestro: Netflix's Workflow Orchestrator
#13why would one consider this over something more established such as Temporal, also I see Maestro is written in Java vs Temporal's Go
Re: Maestro: Netflix's Workflow Orchestrator
#14Re: Maestro: Netflix's Workflow Orchestrator
#15Re: Maestro: Netflix's Workflow Orchestrator
#16Don't see many Java projects being posted on HN.
Re: Maestro: Netflix's Workflow Orchestrator
#17Update: I just find it really interesting that many individuals in many companies like to build workflow engines. This is a not deriding comment towards anyone or Netflix in particular. To me, such observation is worth some friendly chitchat.
Re: Maestro: Netflix's Workflow Orchestrator
#18Seems like they re-engineered Temporal: https://temporal.io/
I don't know if it's a scale-thing, I'm not a workflow expert but this seems more in line with the map-reduce of yore, as in you get some big fat steps and you coordinate them, although you could have coarse-grained activities in Temporal workflows.
I'd be curious to see what the tradeoffs are between the two and if they still have usages for Temporal. Maybe Maestro is better for less technical people? Latency? Scale?
Re: Maestro: Netflix's Workflow Orchestrator
#19why would one consider this over something more established such as Temporal, also I see Maestro is written in Java vs Temporal's Go