Please take a look at it for me. Is the architecture we use distributed? Please help me explain it in detail.

1. Each of our projects is an API, for example: members order a project, a project pays a project, and so on. Calls between
2.API are managed through Kong using the http communication protocol
3.API.
4. The front-end project is called through the interface.
5. Each project is deployed on a different server
6. The project has springboot+mysql+myibatis

Mar.12,2021

what does it mean that each project is deployed on a different server? That is to say, different projects have separate servers, so where does it come from?


if member API order API can be deployed on multiple servers, providing a certain degree of balance and redundancy, then it is considered; if only one can be deployed separately, then there will be no use

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b377d8-4ed01.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b377d8-4ed01.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?