- Spring 5.0 Microservices(Second Edition)
- Rajesh R V
- 142字
- 2021-07-02 19:44:50
Services are first class citizens
In the microservices world, services are first class citizens. Microservices expose service endpoints as APIs and abstract all their realization details. The internal implementation logic, architecture, and technologies, including programming language, database, quality of services mechanisms, and more, are completely hidden behind the service API.
Moreover, in the microservices architecture, there is no more application development, instead organizations will focus on service development. In most enterprises, this requires a major cultural shift in the way applications are built.
In a customer profile microservice, the internals, such as data structure, technologies, business logic, and so on, will be hidden. It wont be exposed or visible to any external entities. Access will be restricted through the service endpoints or APIs. For instance, customer profile microservices may expose register customer and get customers as two APIs for others to interact.
- Node.js Design Patterns
- Dynamics 365 Application Development
- 大學計算機基礎(第2版)(微課版)
- Asynchronous Android Programming(Second Edition)
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- UNIX Linux程序設計教程
- Node學習指南(第2版)
- Laravel Application Development Blueprints
- BeagleBone Robotic Projects(Second Edition)
- Python機器學習與量化投資
- 實驗編程:PsychoPy從入門到精通
- Mastering ASP.NET Web API
- HTML并不簡單:Web前端開發精進秘籍
- 第五空間戰略:大國間的網絡博弈
- Visual FoxPro數據庫程序設計