I was hoping to try this out, but it doesn't build on my mac :/ Here's their tech blog post about it: https://netflixtechblog.com/orchestrating-data-ml-workflows-...
[flagged]
Netflix has open-sourced its Maestro Workflow Orchestrator
11–20 of 42 posts
Re: Netflix has open-sourced its Maestro Workflow Orchestrator
#12Re: Netflix has open-sourced its Maestro Workflow Orchestrator
#13This appears to be the high level architecture: https://miro.medium.com/v2/resize:fit:4800/format:webp/0*SDt... . To me seems to overengineered for most of the companies outside there, how many people do you need to manage it?
Re: Netflix has open-sourced its Maestro Workflow Orchestrator
#14More discussion on official post: https://news.ycombinator.com/item?id=41037745
Re: Netflix has open-sourced its Maestro Workflow Orchestrator
#15Re: Netflix has open-sourced its Maestro Workflow Orchestrator
#16I was hoping to try this out, but it doesn't build on my mac :/ Here's their tech blog post about it: https://netflixtechblog.com/orchestrating-data-ml-workflows-...
> Did not resolve 'com.github.vmg.protogen:protogen-annotations:1.0.0' which is part of the dependency lock stateRe: Netflix has open-sourced its Maestro Workflow Orchestrator
#17This appears to be the high level architecture: https://miro.medium.com/v2/resize:fit:4800/format:webp/0*SDt... . To me seems to overengineered for most of the companies outside there, how many people do you need to manage it?
In the blog, it claims: > … schedule hundreds of thousands of workflows, millions of jobs every day and operate with a strict SLO of less than 1 minute of scheduler introduced delay even when there are spikes in the traffic. I wouldn’t necessarily call it over engineered if it can handle this type of workload. But if you are running a fraction of these workloads with a much more relaxed SLO (service level objection),…
Re: Netflix has open-sourced its Maestro Workflow Orchestrator
#18This appears to be the high level architecture: https://miro.medium.com/v2/resize:fit:4800/format:webp/0*SDt... . To me seems to overengineered for most of the companies outside there, how many people do you need to manage it?
In the blog, it claims: > … schedule hundreds of thousands of workflows, millions of jobs every day and operate with a strict SLO of less than 1 minute of scheduler introduced delay even when there are spikes in the traffic. I wouldn’t necessarily call it over engineered if it can handle this type of workload. But if you are running a fraction of these workloads with a much more relaxed SLO (service level objection),…
In other words, learn it now and get it on your resume, because within a year every 200-hit-per-day service and site is going to rearchitected to use it.
Re: Netflix has open-sourced its Maestro Workflow Orchestrator
#19I was hoping to try this out, but it doesn't build on my mac :/ Here's their tech blog post about it: https://netflixtechblog.com/orchestrating-data-ml-workflows-...
Re: Netflix has open-sourced its Maestro Workflow Orchestrator
#20I was hoping to try this out, but it doesn't build on my mac :/ Here's their tech blog post about it: https://netflixtechblog.com/orchestrating-data-ml-workflows-...
Takes a few mins to get all the dependencies and build, but it definitely works.
Perhaps you're missing some dependency steps before hand if you're hand cranking gradle.