javascript
Microservices Reference Architecture - with Spring Boot, Spring Cloud and Netflix OSS--转
原文地址:https://www.linkedin.com/pulse/microservices-reference-architecture-spring-boot-cloud-anil-allewar
What is "Microservices"?
Microservices is the "new kid" on the block; a new paradigm that seeks to replace monolithic enterprise applications with a suite of small services that use lightweight mechanism like REST to communicate with each other.?These services are built around business capabilities and independently deployable by fully automated deployment machinery.
The crux of microservices can be epitomized by this illustration?as defined byMartin Fowler.
Frameworks
?There are couple of frameworks available in different software ecosystems that make it easy to create distributed applications using microservices architecture.
The reference architecture developed by us builds on the Spring Cloud ecosystem.
There are number of components available within the Spring Cloud and Netflix OSS ecosystem that solve common problems for distributed applications (e.g. configuration management, service discovery, circuit breakers, intelligent routing etc).
Target Architecture and Components
The application consists of 8 different services that are available in?Synerzip GitHub repository.
?
?
All the different services lend themselves to the following target architecture.
?
While there are existing samples available for using the different Spring cloud/Netflix OSS components, we did not find anything that merged all of them together to provide an enterprise architecture. Additionally the documentation is sporadic and widely distributed so it becomes hard to understand how the components interact with each other.
?
This reference architecture can be used as a starting point to understand the Microservices paradigm and then expand to scale to your architecture needs.
Considerations for building production-ready systems
?
The?thought process for?the reference architecture revolved around 2 concepts
?
When you are ready to build your application with this reference architecture, keep the following things in mind
?
Codebase
轉載于:https://www.cnblogs.com/davidwang456/p/5544662.html
《新程序員》:云原生和全面數字化實踐50位技術專家共同創作,文字、視頻、音頻交互閱讀總結
以上是生活随笔為你收集整理的Microservices Reference Architecture - with Spring Boot, Spring Cloud and Netflix OSS--转的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: spring aop源码实现分析
- 下一篇: gradle idea java ssm