From the course: System Design in Cloud

Schalten Sie den kompletten Kurs noch heute frei

Join today to access over 23,300 courses taught by industry experts.

Google Cloud architecture for video playback

Google Cloud architecture for video playback

From the course: System Design in Cloud

Google Cloud architecture for video playback

"

- Now let's go through how to architect the user request flow for video playback. Don't forget to keep following along with your handout and take notes. The request goes through the Google Cloud external load balancer. The asset service on Cloud Run gets information about the cloud storage URL for the video and streams it where the CDN server closes to the user. In Google Cloud, the CDN is directly enabled at the load balancer. The Pub/Sub messaging service is ingesting all these messages asynchronously and other services are subscribing to them. The users access the videos from the homepage service and the search service, both of which can be deployed on Cloud Run for fast and easy container-based development and scaling. The homepage service displays the videos with the desired thumbnails, genres, categories, et cetera. When a user searches for a movie, the load balancer directs the search query to the search service,…

Inhalt