- 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.
推薦閱讀
- 網(wǎng)上沖浪
- WOW!Illustrator CS6完全自學(xué)寶典
- 網(wǎng)絡(luò)綜合布線技術(shù)
- Visual Basic從初學(xué)到精通
- 精通數(shù)據(jù)科學(xué)算法
- Excel 2007常見(jiàn)技法與行業(yè)應(yīng)用實(shí)例精講
- Chef:Powerful Infrastructure Automation
- INSTANT Heat Maps in R:How-to
- 軟件構(gòu)件技術(shù)
- Mastering GitLab 12
- 軟測(cè)之魂
- 大數(shù)據(jù)時(shí)代的調(diào)查師
- Practical Network Automation
- Raspberry Pi 3 Projects for Java Programmers
- 當(dāng)產(chǎn)品經(jīng)理遇到人工智能