- Microservices with Clojure
- Anuj Kumar
- 187字
- 2021-06-30 19:24:35
Scaling
The Art of Scalability (http://theartofscalability.com/) book uses a scale cube model to describe three primary scaling patterns for an application, as shown in the following diagram. The x-axis of the cube represents horizontal scaling; that is, deploying the same instance of the application by just cloning them and front-ending by a load balancer to distribute the load evenly among the instances. This scaling pattern is quite common for handling a high number of service requests. The z-axis of the cube addresses scaling by data partitioning. In this case, each application instance deals with only a subset of data. This scaling pattern is particularly useful for applications where the persistence layer becomes a bottleneck:

The y-axis of the cube addresses scaling by splitting the application by function or service. This pattern relates directly to the microservices pattern. The face of the cube created using the xy-axis combines the best practices of scaling for microservices-based architecture. Microservices are identified by splitting an application by bounded contexts (y-axis) and scaled by cloning each instance (x-axis). For microservices, cloning is done by deploying multiple instances of a service container.
- 智慧城市:大數(shù)據(jù)、互聯(lián)網(wǎng)時代的城市治理(第4版)
- 社交網(wǎng)絡對齊
- Aptana Studio Beginner's Guide
- HCNA網(wǎng)絡技術
- Building RESTful Web Services with Spring 5(Second Edition)
- SSL VPN : Understanding, evaluating and planning secure, web/based remote access
- 中小型局域網(wǎng)組建、管理與維護實戰(zhàn)
- 2018網(wǎng)信發(fā)展報告
- 區(qū)塊鏈輕松上手:原理、源碼、搭建與應用
- 圖解手機元器件維修技巧
- TD-LTE無線網(wǎng)絡規(guī)劃與設計
- 網(wǎng)絡設計與應用(第2版)
- bash網(wǎng)絡安全運維
- Getting Started with tmux
- 商業(yè)的本質(zhì)和互聯(lián)網(wǎng)