UML에서 정의한 컴포넌트의 정의 (참고자료 : UML 1.3 Specification, OMG)
A component is a physical, replaceable part of a system that packages implementation and provides the Realization of a set of Interfaces. A component represents a physical piece of implementation of a system,including software code(source, binary or executable) or equivalents such as scripts or command files. As such, a Component may itself conform to and provide the Realization of a set of Interfaces, which represent services implemented by the elements resident in the Component. These services define behavior offered by instances of the Component as a whole to other client Component instances.
-
https://particular.net/blog/goodbye-microservices-hello-right-sized-services
-
https://www.ben-morris.com/entity-services-when-microservices-are-worse-than-monoliths/
-
https://medium.com/@lenalysis/right-sized-services-and-microservice-architecture-1c907ef55d3b
-
https://towardsdatascience.com/effective-microservices-10-best-practices-c6e4ba0c6ee2
-
http://www.slideshare.net/JoshEvans2/mastering-chaos-a-netflix-guide-to-microservices
-
http://www.dwmkerr.com/the-death-of-microservice-madness-in-2018/
-
https://allegro.tech/2016/03/Managing-Frontend-in-the-microservices-architecture.html
-
SLAP(Single Level of Abstraction Principle)에 대해 논의
-
역설적으로 확장성을 위해 추가한 수많은 메커니즘이 프로젝트의 초기 릴리스를 위험에 빠트린다. 왜냐하면 복잡도가 높아지면서 프로젝트에 소요되는 시간과 비용이 증가하기 때문이다.
-
더 큰 잠재적 영향이 있을지라도 아키텍처 의사결정을 최후의 결정 순간까지 미루는 것이 좋다.
-
각 부분이 무수히 많게 때로는 예상치 못한 방식으로 서로 다른 부분과 상호작용하기 때문에 소프트웨어에 대해 선행 설계(design up front)하는 것은 어렵다.
-
코드가 설계이면, 사용하는 컴퓨터 언어와 프레임워크는 우리가 설계 가능한 대상에 대한 원자재를 정의한다.
-
Simplex architecture : http://www.sei.cmu.edu/simplex
-
https://docs.microsoft.com/ko-kr/azure/architecture/patterns/anti-corruption-layer
-
http://en.wikipedia.org/wiki/Architectural_pattern_%28computer_science%29
-
http://wi.wu-wien.ac.at/home/uzdun/publications/ArchPatterns.pdf
-
http://softwarearchitecturezen.blogspot.com/2010/08/10-things-i-should-have-learned-in-it.html
-
4+1 View : http://www3.software.ibm.com/ibmdl/pub/software/rational/web/whitepapers/2003/Pbk4p1.pdf