- Spring Microservices
- Rajesh RV
- 157字
- 2021-07-02 16:28:25
Chapter 1. Demystifying Microservices
Microservices are an architecture style and an approach for software development to satisfy modern business demands. Microservices are not invented; they are more of an evolution from the previous architecture styles.
We will start the chapter by taking a closer look at the evolution of the microservices architecture from the traditional monolithic architectures. We will also examine the definition, concepts, and characteristics of microservices. Finally, we will analyze typical use cases of microservices and establish the similarities and relationships between microservices and other architecture approaches such as Service Oriented Architecture (SOA) and Twelve-Factor Apps. Twelve-Factor Apps defines a set of software engineering principles of developing applications targeting the cloud.
In this chapter you, will learn about:
- The evolution of microservices
- The definition of the microservices architecture with examples
- Concepts and characteristics of the microservices architecture
- Typical use cases of the microservices architecture
- The relationship of microservices with SOA and Twelve-Factor Apps
- 深入核心的敏捷開(kāi)發(fā):ThoughtWorks五大關(guān)鍵實(shí)踐
- 在最好的年紀(jì)學(xué)Python:小學(xué)生趣味編程
- Beginning C++ Game Programming
- Learning Python Design Patterns(Second Edition)
- Mastering Unity Shaders and Effects
- 網(wǎng)店設(shè)計(jì)看這本就夠了
- SQL基礎(chǔ)教程(視頻教學(xué)版)
- SharePoint Development with the SharePoint Framework
- Flutter跨平臺(tái)開(kāi)發(fā)入門(mén)與實(shí)戰(zhàn)
- 微服務(wù)從小白到專家:Spring Cloud和Kubernetes實(shí)戰(zhàn)
- Java高并發(fā)核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- App Inventor少兒趣味編程動(dòng)手做
- C語(yǔ)言程序設(shè)計(jì)
- Mastering HTML5 Forms
- Learning D