sup:Figs/UML

De Documentação
< sup:Figs
Revisão de 08h10min de 3 de novembro de 2023 por Peter (discussão | contribs)

Postar todos os diagramas abaixo, numa longa tripa... Para visualizar, https://mermaid.live/edit

  • Formatos dos diagramas: conforme fonte Mermaid, indica formato e orientação.
  • Tipos de diagrama: como interpretar o diagrama, "UML class", "dataflow", "dataflow/architecture/generic", etc.

Diagramas UML e afins

U1

flowchart TD
    B[Lets do] --> C{Encode or decode?}
    C -->|bitstring| D[Encode with vbit_to_baseh]
    C -->|string| E[Decode with baseh_to_vbit]

U2

  • Diagram type: dataflow/architecture/generic

U2.en

  • Title: Basic General Architecture
flowchart LR
    A[Preserved] --> B[Filtered]
    B --> C[Consolidated]
Fig.u2.en.png

U2.pt

  • Title: Basic General Architecture
flowchart LR
    A[Preservados] --> B[Filtrados]
    B --> C[Consolidados]

U2.es

Mesmo que #U2.pt.

U3

  • Diagram format: flowchart
  • Diagram type: dataflow/architecture/generic

U3.en

  • Title: General Table Architecture
  • Description: shows the main architecture and storages. "Stable" is a stable table in the server (hot storage), "Tmp" is a temporary table (for ETL), "Ext" is an external (20 years) cold storage.
  flowchart LR
    P[Preserved - ext - tmp] --make_conf--> F[Filtered - tmp]
    F --c.rules--> C[Consolidated - stable]
    F --s.rules--> S[Summarized - stable]
    P --s.rules--> S
    C --s.rules--> S
Fig.u3.en.png

U3.pt

  • Title: Arquitetura Geral das Tabelas
  • Description: Arquitetura principal decisões de storage. "stable" é uma tabela estável no servidor (de armazenamento quente), "tmp" é uma tabela temporária (para ETL), "ext" é uma tabela externa (20 anos) de armazenamento frio.
  flowchart LR
    P[Preservado - ext - tmp] --make_conf--> F[Filtrado - tmp]
    F --c.rules--> C[Consolidado - stable]
    F --s.rules--> S[Sumarizado - stable]
    P --s.rules--> S
    C --s.rules--> S

Outros diagramas

...