Maestro: Netflix's Workflow Orchestrator
netflixtechblog.com
Maestro: Netflix's Workflow Orchestrator
1–10 of 165 posts
Re: Maestro: Netflix's Workflow Orchestrator
#2Very nice, Netflix has a reputation of making great OSS products. I wonder where does this stand with Conductor.
Re: Maestro: Netflix's Workflow Orchestrator
#3So will this serve as a stand-in replacement for something like Airflow?
Re: Maestro: Netflix's Workflow Orchestrator
#4This is a really great-looking project. I know I've considered building (a probably worse) version of exactly this on almost every mixed ML + Data Engineering project I've ever worked on.
I'm looking forward to testing it out.
Re: Maestro: Netflix's Workflow Orchestrator
#5Looks a bit like Argo Workflows combined with Argo Events. Makes sense to have so many projects and products converge around the same endstate.
Re: Maestro: Netflix's Workflow Orchestrator
#6Is this meaningfully different from Conductor (which they archived a while back)? Browsing through the code I see quite a few similarities. Plus the use of JSON as the workflow definition language.
Re: Maestro: Netflix's Workflow Orchestrator
#7Whats the difference of this and enqueue work into a queue then waiting for a job to pick it up at a scheduled time? Not saying build a Kafka cluster to serve this but most cloud providers have queuing tools.
Re: Maestro: Netflix's Workflow Orchestrator
#8Interesting. My team recently built a thing for managing long running, multi-machine, restartable, cascading batch jobs in an unrelated vehicle. Had no idea it was a category.
Re: Maestro: Netflix's Workflow Orchestrator
#9why 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
#10So will this serve as a stand-in replacement for something like Airflow?
Yeah, also curious if this is meant as a replacement for Airflow.