종우의 컴퓨터 공간

What is microservices? 본문

BYU Broadcasting Digital Media

What is microservices?

종우공간 2021. 10. 5. 05:17

What Is Microservices


Microservices, also known as the microservice architecture, is an architectural style that structures an application as a collection of services instead of one large service which has all the implementation.

High-level view of Microservices

The microservice architecture enables the rapid, frequent and reliable delivery of large, complex applications. It also enables an organization to evolve its technology stack. Each service is attached with independent database if needed.

Reference


https://microservices.io/

 

What are microservices?

Microservices - also known as the microservice architecture - is an architectural style that structures an application as a collection of loosely coupled services, which implement business capabilities. The microservice architecture enables the continuous

microservices.io

 

'BYU Broadcasting Digital Media' 카테고리의 다른 글

AWS S3 Presigned URL  (0) 2022.01.12
Infrastructure as Code & CloudFormation  (0) 2021.10.05
What is serverless framework?  (0) 2021.10.05