Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
fixup! docs: WIP add Node architecture overview
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstanley authored Jun 19, 2023
1 parent 1abb269 commit 0f9aee2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions offchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
```mermaid
%%{init: {"flowchart": {"defaultRenderer": "elk"}} }%%
flowchart LR
A[State-fold Server] -->|Inputs via dispatcher/broker/proxy| B[Server Manager]
A[State-fold Server] -->|"Inputs (via dispatcher, broker, proxy)"| B[Server Manager]
A -->|Inputs| C[Indexer]
B -->|Outputs| C
C -->|Inputs/Outputs| D[(PostgreSQL)]
D -->|Inputs/Outputs| E[Reader - Query Server/GraphQL API]
D -->|Inputs/Outputs| E["Reader (Query Server/GraphQL API)"]
E -->|Inputs/Outputs| F[Frontend]
```

Expand All @@ -20,7 +20,7 @@ flowchart LR
```mermaid
%%{init: {"flowchart": {"defaultRenderer": "elk"}} }%%
flowchart LR
A[State-fold Server] -->|Inputs via dispatcher/broker/proxy| B[Server Manager]
A[State-fold Server] -->|"Inputs (via dispatcher, broker, proxy)"| B[Server Manager]
C[Frontend] -->|Inspect Request| D[Inspect Server]
D -->|Inspect Request| B
B -->|Inspect Response| E[Inspect Server]
Expand Down

0 comments on commit 0f9aee2

Please sign in to comment.