pg-yang commented on PR #88:
URL: 
https://github.com/apache/skywalking-showcase/pull/88#issuecomment-1312612311

   
![image](https://user-images.githubusercontent.com/3917424/201501221-4fe7662c-b7b6-4474-8f2e-8f2ce750d545.png)
   
   
![image](https://user-images.githubusercontent.com/3917424/201501236-16666034-c383-4445-a18b-850991650971.png)
   
   
![image](https://user-images.githubusercontent.com/3917424/201501245-29cf5c40-1dff-4908-88bd-90c953ff8b39.png)
   
   The doc 
   
   ```mermaid
   %% please read this doc in our official website, otherwise the graph is not 
correctly rendered.
   graph LR;
     loadgen[load generator] --> ui("UI (React)") --> Traffic1("HTTP Request 
for backend serv") -->  apisix("APISIX as UI container")
    --> app("app server (NodeJS)") --> gateway("gateway (Spring)");
     ui("UI (React)") --> Traffic2("HTTP Request for UI codes") --> 
apisix("APISIX with  UI container")
     gateway --> songs("songs (Spring)") & rcmd("recommendations (Python)");
     songs --> activeMQ
     activeMQ --> songs
     rcmd --> songs;
     songs --> db("database (H2)");
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to