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 committed Jun 19, 2023
1 parent 1610092 commit a907b76
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
33 changes: 31 additions & 2 deletions offchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

## Architecture

![Alt text](./reader.svg)

### Reader Data Flow

#### SVG

![Alt text](./reader_data_flow.svg)
![Alt text](./test.drawio.svg)

#### Mermaid

```mermaid
%%{init: {"flowchart": {"defaultRenderer": "elk"}} }%%
flowchart LR
Expand All @@ -19,6 +24,12 @@ flowchart LR

### Inspect Data Flow

#### SVG

![Alt text](./inspect_data_flow.svg)

#### Mermaid

```mermaid
%%{init: {"flowchart": {"defaultRenderer": "elk"}} }%%
flowchart LR
Expand All @@ -32,6 +43,12 @@ flowchart LR

### Validator Data Flow

#### SVG

![Alt text](./validator_data_flow.svg)

#### Mermaid

```mermaid
%%{init: {"flowchart": {"defaultRenderer": "elk"}} }%%
flowchart LR
Expand All @@ -46,6 +63,12 @@ flowchart LR

### Indexer consuming from Broker

#### SVG

![Alt text](./indexer_consuming_from_broker.svg)

#### Mermaid

```mermaid
%%{init: {"flowchart": {"defaultRenderer": "elk"}} }%%
flowchart
Expand Down Expand Up @@ -96,6 +119,12 @@ flowchart

### Host mode

#### SVG

![Alt text](./reader.svg)

#### Mermaid

```mermaid
%%{init: {"flowchart": {"defaultRenderer": "elk"}} }%%
flowchart
Expand Down
File renamed without changes
4 changes: 4 additions & 0 deletions offchain/test.drawio.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 a907b76

Please sign in to comment.