[1.1 Introduction to Spring Cloud (Spring Cloud)] Spring Cloud Netflix and Spring Cloud

1. Netflix and Spring Cloud

1.1 What kind of company is Netflix?

  • A company that provides streaming video services worldwide
  • As of 2016, it has 83 million+ subscribers, with a daily playback time of 120 million hours, which is 1/3 of the peak download volume of the North American Internet.

1.2 What is the Netflix component?

  • A set of microservice frameworks developed and open sourced by Netflix

  • This architecture, in Netflix's large-scale distributed microservice environment, has been tested in the production environment for several years and has been proven to be reliable.

  • SpringCloud is a set of frameworks for implementing microservices based on SpringBoot.

  • SpringCloud Netflix is ​​based on the repackaging of Netflix components, which improves the ease of use and integration with other components of SpringCloud

2. The overall architecture of SpringCloud Netflix

insert image description here

Guess you like

Origin blog.csdn.net/wstever/article/details/131089420