본문 바로가기

전체 글346

Gateway Offloading pattern - 출처: https://learn.microsoft.com/en-us/azure/architecture/patterns/gateway-offloading Gateway Offloading pattern - Azure Architecture CenterUse the Gateway Offloading design pattern to offload shared or specialized service functionality to a gateway proxy.learn.microsoft.com - 개요공유되거나 특화된 서비스 기능을 게이트웨이 프록시로 전가하라. 이 패턴은 SSL certificates 과 같이 공유된 서비스 기능을 게이트웨이로 옮김으로써 어플리케이션 개발을 손쉽게 해준다. - 문제상황특정 .. 2025. 5. 11.
Gateway Routing Pattern - 출처: https://learn.microsoft.com/en-us/azure/architecture/patterns/gateway-routing Gateway Routing pattern - Azure Architecture CenterUse the Gateway Routing design pattern to route requests to multiple services using a single endpoint.learn.microsoft.com - 개요Gateway Routing 이란 단일 엔드포인트를 사용하여 요청을 여러 서비스나 여러 서비스의 인스턴스들로 라우팅하는것을 말한다. 이 패턴은 아래와 같은 경우에 유용하다.단일 엔드포인트로 여러 서비스를 노출하고 요청에 기반하여 적절한 서비스로 .. 2025. 5. 6.
NoSQL - 출처: https://github.com/donnemartin/system-design-primer?tab=readme-ov-file#nosql GitHub - donnemartin/system-design-primer: Learn how to design large-scale systems. Prep for the system design interview. IncluLearn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. - donnemartin/system-design-primergithub.com - NoSQLNoSQL 은 key-value store, docume.. 2025. 4. 20.
RDBMS - 출처: https://github.com/donnemartin/system-design-primer?tab=readme-ov-file#relational-database-management-system-rdbms GitHub - donnemartin/system-design-primer: Learn how to design large-scale systems. Prep for the system design interview. IncluLearn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. - donnemartin/system-design-primergithub.com .. 2025. 4. 20.
DNS - 출처: https://github.com/donnemartin/system-design-primer?tab=readme-ov-file#domain-name-system GitHub - donnemartin/system-design-primer: Learn how to design large-scale systems. Prep for the system design interview. IncluLearn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. - donnemartin/system-design-primergithub.com - 개요DNS 는 www.example.com.. 2025. 4. 13.
Communication - 출처: https://github.com/donnemartin/system-design-primer?tab=readme-ov-file#communication GitHub - donnemartin/system-design-primer: Learn how to design large-scale systems. Prep for the system design interview. IncluLearn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards. - donnemartin/system-design-primergithub.com - HTTPHTTP 는 클라이언트와 서버사이의 데이터를.. 2025. 4. 13.