Scaling up the Prime Video audio/video monitoring service and reducing costs
21–30 of 526 posts
Re: Scaling up the Prime Video audio/video monitoring service and reducing costs
#22I'm pretty convinced that microservices are one of those things that make sense 5% of the time and the other 95% is cargo culting.
As for me,I have been trying to discover that 5% that cannot be done without microservices.
Re: Scaling up the Prime Video audio/video monitoring service and reducing costs
#23I'm pretty convinced that microservices are one of those things that make sense 5% of the time and the other 95% is cargo culting.
microservices make a lot of sense organizationally where each feature team can own their own feature service.
You need truly gargantuan scale before things become logically separate code-bases.
Re: Scaling up the Prime Video audio/video monitoring service and reducing costs
#24I'm pretty convinced that microservices are one of those things that make sense 5% of the time and the other 95% is cargo culting.
Re: Scaling up the Prime Video audio/video monitoring service and reducing costs
#25Storing individual frames in S3??? Insanity! Their initial distributed architecture is unbelievable.
Re: Scaling up the Prime Video audio/video monitoring service and reducing costs
#26Re: Scaling up the Prime Video audio/video monitoring service and reducing costs
#27I'd be surprised if this doesn't get taken down as it casts AWS lambda in an unfavorable light (and rightly so). That's the impression I have of Amazon's leadership but maybe I'm wrong.
Re: Scaling up the Prime Video audio/video monitoring service and reducing costs
#28I'm pretty convinced that microservices are one of those things that make sense 5% of the time and the other 95% is cargo culting.
As for me,I have been trying to discover that 5% that cannot be done without microservices.
But then for perfect decorrelation you'd also need independent databases behind the microservices, and queues between them for horizontal communication,and few are actually going all in with that, and so fall in the 95% where they go trough te motion and the effort of splitting microservices,but reap no actual benefit from it.
Re: Scaling up the Prime Video audio/video monitoring service and reducing costs
#29I'm pretty convinced that microservices are one of those things that make sense 5% of the time and the other 95% is cargo culting.
microservices make a lot of sense organizationally where each feature team can own their own feature service.
I have only seen this from the business side (I'm not a developer), but I have seen teams start coding in another teams service just to be able to proceed.
It's not always good to create silos like this either.