- Apache Ignite Quick Start Guide
- Sujoy Acharya
- 166字
- 2021-06-10 18:52:26
Service Grid
What if we get the ability to deploy our service to a MySql/MS SQL or Oracle database? The service will collocate with the data and process DB-related computational requests way faster than the traditional deployment model. Service grid is a nice concept where you can deploy a service to an Apache Ignite cluster.
It offers various operating modes:
- Microservice-type multiple service deployment
- Singleton deployment: Node singleton, cluster singleton, and so on
- High availability: If one node goes down, another node will process the requests
- Client deployment and node startup deployment
- Anytime service removal
The following diagram represents a cluster-singleton service grid deployment. Only one node is active in the grid cluster:
Service grid and compute grid look similar but in compute grid, a computational closure is sent to a node and it needs to have peer class loading enabled, whereas for service grid, the service and its dependencies need to be present in all the cluster node's classpath.
推薦閱讀
- 課課通計算機原理
- Splunk 7 Essentials(Third Edition)
- 計算機應用
- 21小時學通AutoCAD
- Hands-On Cybersecurity with Blockchain
- 大數據安全與隱私保護
- JSF2和RichFaces4使用指南
- Photoshop CS3圖像處理融會貫通
- 內??刂萍捌鋺?/a>
- Microsoft System Center Confi guration Manager
- 分析力!專業Excel的制作與分析實用法則
- 新編計算機圖形學
- 空間機械臂建模、規劃與控制
- 統計挖掘與機器學習:大數據預測建模和分析技術(原書第3版)
- Apache源代碼全景分析(第1卷):體系結構與核心模塊