Last active
December 2, 2022 22:38
-
-
Save ssouris/5554b41b161965b757869c5d2979bbc2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| loadbalancer <-> NB : Load Balance me | |
| NB.shape: cloud | |
| NB -- backend -> DB | |
| DB --> NB | |
| backend { | |
| service1 | |
| service2 | |
| } | |
| backend.service1 : { | |
| icon: https://icons.terrastruct.com/tech/022-server.svg | |
| } | |
| explanation: |kotlin | |
| class LibraryUtility { | |
| companion object { | |
| fun getFoo() :String { | |
| return "bar" | |
| } | |
| } | |
| } | |
| | { | |
| near: backend.service2 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment