Skip to content

Commit

Permalink
update diagrams (#2289)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoo authored May 18, 2024
1 parent db44be9 commit 3290792
Show file tree
Hide file tree
Showing 6 changed files with 1,095 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ One of our objectives with FAST is to provide a lightweight reference design for

FAST has built-in support for multitenancy implemented in [an optional stage 1](./stages/1-tenant-factory/). Tenants can optionally be created with FAST compatibility, allowing them independent use of stages 1+ in their own context.

The following diagram is a high-level overview of stages used with multitenancy.

<p align="center">
<img src="stages-multitenant/stages.svg" alt="Stages diagram">
<img src="tenants-stages.svg" alt="Stages for multitenancy.">
</p>

## Implementation
Expand Down
6 changes: 6 additions & 0 deletions fast/stages/1-tenant-factory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ The following is a high level diagram of this stage design.

![Stage diagram](diagram.png)

<!--
And the flow through stages when using multitenancy.
![Multitenant stage flows](diagram-flow.png)
-->

### Regular tenants

Where FAST compatibility is not needed this stage creates minimal tenant environments, configuring the minimum amount of resources to allow them to operate independently:
Expand Down
Binary file added fast/stages/1-tenant-factory/diagram-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fast/stages/diagrams.excalidraw.gz
Binary file not shown.
Binary file added fast/tenants-stages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,086 changes: 1,086 additions & 0 deletions fast/tenants-stages.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3290792

Please sign in to comment.