- 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.
推薦閱讀
- Visualforce Development Cookbook(Second Edition)
- 樂高創意機器人教程(中級 下冊 10~16歲) (青少年iCAN+創新創意實踐指導叢書)
- RPA(機器人流程自動化)快速入門:基于Blue Prism
- 數據庫系統原理及應用教程(第5版)
- 工業機器人安裝與調試
- MCGS嵌入版組態軟件應用教程
- Dreamweaver CS6精彩網頁制作與網站建設
- 基于企業網站的顧客感知服務質量評價理論模型與實證研究
- 強化學習
- PowerMill 2020五軸數控加工編程應用實例
- Machine Learning with Spark(Second Edition)
- 計算機辦公應用培訓教程
- Kubernetes Design Patterns and Extensions
- Outlook時間管理秘笈
- Qt中的C++技術