- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 131字
- 2021-06-30 19:10:39
Understanding Microservices
Microservices and their continuously evolving architecture have become one of the most used approaches in enterprise applications. In this book, we will try to get an understanding of what they really are and the principles that they are based on. Using Domain-Driven Design, we will reinforce those principles to maintain a clean architecture that can evolve with our applications.
Since microservices have no static architecture, we will discover how the new reactive paradigm could change the way we create them. And, finally, we will have an overview of cloud architecture and why we should create Cloud Native microservices.
In this chapter, you will learn about:
- What a microservice really is
- Understanding microservices principles
- Using Domain-Driven Design for a clean architecture
- Non-blocking reactive microservices
- Cloud Native microservices and their benefits
推薦閱讀
- Boost.Asio C++ Network Programming(Second Edition)
- UI設計基礎培訓教程
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- 密碼學原理與Java實現
- Learning Elixir
- PostgreSQL 11從入門到精通(視頻教學版)
- YARN Essentials
- 深度強化學習算法與實踐:基于PyTorch的實現
- 網絡爬蟲原理與實踐:基于C#語言
- VMware虛擬化技術
- Learning Laravel's Eloquent
- “笨辦法”學C語言
- Image Processing with ImageJ
- Mastering Concurrency Programming with Java 9(Second Edition)
- C語言程序設計實踐