Skip to content

Instantly share code, notes, and snippets.

@douglasgsouza
Last active June 12, 2024 13:33
Show Gist options
  • Save douglasgsouza/891c9be35d42e96b2122faa720f93c56 to your computer and use it in GitHub Desktop.
Save douglasgsouza/891c9be35d42e96b2122faa720f93c56 to your computer and use it in GitHub Desktop.
flowchart TD
    A(Feegow) -->|eventEmitter| B[MS Events API]
    B --> C[(fa:fa-list<br>Events<br>queue)]
    D[MS Events Worker] <--> C
    D -->|get subscribers| E{Have subscribers?<br><small>Feegow API</small>} -->|yes| D
    D --> F[(fa:fa-list<br>Webhooks<br>queue)] <--> G[MS Events Sender]
    G --> H[fa:fa-server App A]
    G --> I[fa:fa-calendar App B]
    G --> J[fa:fa-earth App C]
    G --> L[fa:fa-user-doctor App D]

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment