Skip to content

Mermaid charts#86

Merged
telackey merged 7 commits intomainfrom
telackey/mermaid
Jul 17, 2025
Merged

Mermaid charts#86
telackey merged 7 commits intomainfrom
telackey/mermaid

Conversation

@telackey
Copy link
Copy Markdown
Contributor

@telackey telackey commented Jul 17, 2025

❯ stack graph --stack siwe-on-fixturenet --deploy-to k8s
flowchart RL
  fixturenet-eth-fxeth-geth-1-http>/eth/]:::http_port
  siwe-express-example-siwe-http>/]:::http_port
  fixturenet-eth-fxeth-geth-1-http --> fixturenet-eth-fxeth-geth-1
  siwe-express-example-siwe-http --> siwe-express-example-siwe
  fixturenet-eth --> siwe-express-example
  siwe-express-example --> fixturenet-eth
  subgraph siwe-on-fixturenet [siwe-on-fixturenet]
    subgraph fixturenet-eth [fixturenet-eth]
      fixturenet-eth-fxeth-bootnode-geth[[fxeth-bootnode-geth]]:::service
      fixturenet-eth-fxeth-geth-1[[fxeth-geth-1]]:::http_service
      fixturenet-eth-fxeth-geth-2[[fxeth-geth-2]]:::service
      fixturenet-eth-fxeth-bootnode-lighthouse[[fxeth-bootnode-lighthouse]]:::service
      fixturenet-eth-fxeth-lighthouse-1[[fxeth-lighthouse-1]]:::service
      fixturenet-eth-fxeth-lighthouse-2[[fxeth-lighthouse-2]]:::service
    end
    subgraph siwe-express-example [siwe-express-example]
      siwe-express-example-siwe[[siwe]]:::http_service
    end
  end
  classDef super_stack super_stack stroke-width:1px, stroke-dasharray:none, stroke:#254336, fill:#27654A, color:#FFFFFF
  classDef stack stack stroke-width:1px, stroke-dasharray:none, stroke:#46EDC8, fill:#DEFFF8, color:#378E7A
  classDef service service stroke-width:1px, stroke-dasharray:none, stroke:#374D7C, fill:#E2EBFF, color:#374D7C
  classDef http_service http_service stroke-width:1px, stroke-dasharray:none, stroke:#FBB35A, fill:#FFF9C4, color:#AE4466
  classDef http_port http_port stroke-width:1px, stroke-dasharray:none, stroke:#FFEFDB, fill:#FBB35A, color:#AE4466
  class siwe-on-fixturenet super_stack;
  class fixturenet-eth stack;
  class siwe-express-example stack;
image
flowchart RL
  fixturenet-eth-fxeth-geth-1-http>:8545]:::http_port
  siwe-express-example-siwe-http>:3200]:::http_port
  fixturenet-eth-fxeth-geth-1-http --> fixturenet-eth-fxeth-geth-1
  siwe-express-example-siwe-http --> siwe-express-example-siwe
  fixturenet-eth --> siwe-express-example
  siwe-express-example --> fixturenet-eth
  subgraph siwe-on-fixturenet [siwe-on-fixturenet]
    subgraph fixturenet-eth [fixturenet-eth]
      fixturenet-eth-fxeth-bootnode-geth[[fxeth-bootnode-geth]]:::service
      fixturenet-eth-fxeth-geth-1[[fxeth-geth-1]]:::http_service
      fixturenet-eth-fxeth-geth-2[[fxeth-geth-2]]:::service
      fixturenet-eth-fxeth-bootnode-lighthouse[[fxeth-bootnode-lighthouse]]:::service
      fixturenet-eth-fxeth-lighthouse-1[[fxeth-lighthouse-1]]:::service
      fixturenet-eth-fxeth-lighthouse-2[[fxeth-lighthouse-2]]:::service
    end
    subgraph siwe-express-example [siwe-express-example]
      siwe-express-example-siwe[[siwe]]:::http_service
    end
  end
  classDef super_stack super_stack stroke-width:1px, stroke-dasharray:none, stroke:#254336, fill:#27654A, color:#FFFFFF
  classDef stack stack stroke-width:1px, stroke-dasharray:none, stroke:#46EDC8, fill:#DEFFF8, color:#378E7A
  classDef service service stroke-width:1px, stroke-dasharray:none, stroke:#374D7C, fill:#E2EBFF, color:#374D7C
  classDef http_service http_service stroke-width:1px, stroke-dasharray:none, stroke:#FBB35A, fill:#FFF9C4, color:#AE4466
  classDef http_port http_port stroke-width:1px, stroke-dasharray:none, stroke:#FFEFDB, fill:#FBB35A, color:#AE4466
  class siwe-on-fixturenet super_stack;
  class fixturenet-eth stack;
  class siwe-express-example stack;
image

@telackey telackey self-assigned this Jul 17, 2025
@telackey
Copy link
Copy Markdown
Contributor Author

❯ stack graph --stack gitea --deploy-to k8s
flowchart RL
  gitea-gitea-http>/]:::http_port
  gitea-gitea-http --> gitea-gitea
  subgraph gitea [gitea]
    gitea-gitea[[gitea]]:::http_service
    gitea-db[[db]]:::service
    gitea-runner[[runner]]:::service
  end
  classDef super_stack super_stack stroke-width:1px, stroke-dasharray:none, stroke:#254336, fill:#27654A, color:#FFFFFF
  classDef stack stack stroke-width:1px, stroke-dasharray:none, stroke:#46EDC8, fill:#DEFFF8, color:#378E7A
  classDef service service stroke-width:1px, stroke-dasharray:none, stroke:#374D7C, fill:#E2EBFF, color:#374D7C
  classDef http_service http_service stroke-width:1px, stroke-dasharray:none, stroke:#FBB35A, fill:#FFF9C4, color:#AE4466
  classDef http_port http_port stroke-width:1px, stroke-dasharray:none, stroke:#FFEFDB, fill:#FBB35A, color:#AE4466
  class gitea stack;
image

@telackey
Copy link
Copy Markdown
Contributor Author

AI generated a palette:

image

@telackey
Copy link
Copy Markdown
Contributor Author

Volumes:

image

@telackey telackey marked this pull request as ready for review July 17, 2025 17:37
@telackey telackey changed the title Mermaid graphs Mermaid charts Jul 17, 2025
@telackey telackey merged commit 930c4fb into main Jul 17, 2025
5 checks passed
@telackey telackey deleted the telackey/mermaid branch July 17, 2025 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant