graph LR;
A(Client) <==> B[WEB Protal Service]
B <==> C[Registry Service];
B --> D[Log Service];
B --> E[Grading Service];
C <==> D;
C <==> E;
E --> D;
style A fill:#f9f,stroke:#333,stroke-width:4px,font-size:32px,color:#000,font-weight:bold,left:100px,top:100px;
style B fill:#bbf,stroke:#333,stroke-width:4px,font-size:24px,color:#000,font-weight:bold,left:300px,top:100px;
style C fill:#bfb,stroke:#333,stroke-width:4px,font-size:16px,color:#000,font-weight:bold,left:500px,top:100px;
style D fill:#fbf,stroke:#333,stroke-width:4px,font-size:100px,color:#000,font-weight:bold,left:700px,top:300px
style E fill:#bff,stroke:#333,stroke-width:4px,font-size:12px,color:#000,font-weight:bold,left:700px,top:300px
-
Notifications
You must be signed in to change notification settings - Fork 0
🌐 A demo for distributed microservices by golang
License
Tacks9/go-distributed
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
🌐 A demo for distributed microservices by golang
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published