Skip to content

Instantly share code, notes, and snippets.

@ilterpehlivan
Created March 31, 2022 19:41
Show Gist options
  • Save ilterpehlivan/a686160fd5e126c045e00265c18f71fe to your computer and use it in GitHub Desktop.
Save ilterpehlivan/a686160fd5e126c045e00265c18f71fe to your computer and use it in GitHub Desktop.
graph LR
Service -->|Fetch Records|F(repository) -->|Query records limit 100| C[(Database)] -->|"Records[]"|F
F -. Async:trigger .->R(Service Collector) -->|Prepare and Add to response|R -->|Response Ready|Service
linkStyle 1,2 stroke-width:2px,fill:none,stroke:red;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment