From 10d00208b8aada68a3acb6afbc69842668aaec51 Mon Sep 17 00:00:00 2001 From: Prakruthi Manjunath <44273409+prakruthi3@users.noreply.github.com> Date: Sat, 6 Jun 2020 13:49:01 +0530 Subject: [PATCH] changes to netflix article (#170) * changes to netflix article * Changes to netflix article --- _posts/2020-06-01-netflix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2020-06-01-netflix.md b/_posts/2020-06-01-netflix.md index 76b3628d..55be2c16 100644 --- a/_posts/2020-06-01-netflix.md +++ b/_posts/2020-06-01-netflix.md @@ -6,7 +6,7 @@ image: assets/images/netflix/1.png author: prakruthi featured: false mathjax: false -excerpt: "Netflix: Behind the Scenes- Microservices and more" +excerpt: "Get an insight into the working of Netflix with the help of essential microservices and also take a look at the working of the features you see once you log in. " --- ### Microservices @@ -31,7 +31,7 @@ You can also see the top trending series or movies in your location. There are s It is said that Netflix uses around 700 microservices. These are responsible in keeping around 98 million users satisfied. The best part is that they don’t have to directly depend on other services for their functioning. And that means that even one is down, the users barely notice it. It doesn’t disrupt any other service as well. We’ll just look at some features which you see on your home screen and see how they integrate to form such a huge platform. -**Architecture** +## Architecture ![](/assets/images/netflix/4.png) * Clients – Different users from various devices send requests.