sup:Figs/UML: mudanças entre as edições

De Documentação
Sem resumo de edição
Linha 1: Linha 1:
Postar todos os diagramas abaixo, numa longa tripa... Para visualizar, https://mermaid.live/edit
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 =
= Diagramas UML e afins =
Linha 10: Linha 13:
     C -->|string| E[Decode with baseh_to_vbit]
     C -->|string| E[Decode with baseh_to_vbit]
</pre>
</pre>
== U2 ==
== U2 ==
* ''Diagram type'': dataflow/architecture/generic
=== U2.en ===
=== U2.en ===
* ''Title'': Basic General Architecture
<pre>
<pre>
flowchart LR
flowchart LR
Linha 20: Linha 27:


=== U2.pt ===
=== U2.pt ===
* ''Title'': Basic General Architecture
<pre>
<pre>
flowchart LR
flowchart LR
Linha 29: Linha 37:


== U3 ==
== U3 ==
* ''Diagram format'': flowchart
* ''Diagram type'': dataflow/architecture/generic
=== U3.en ===
=== U3.en ===
* Title: General Table Architecture
* ''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.
* ''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.
<pre>
<pre>
   flowchart LR
   flowchart LR
Linha 42: Linha 53:
[[Arquivo:Fig.u3.en.png|centro|580px|semmoldura]]
[[Arquivo:Fig.u3.en.png|centro|580px|semmoldura]]


== U3.pt ==
=== U3.pt ===
* Title: Arquitetura Geral das Tabelas
* ''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.
* ''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.
<pre>
<pre>
   flowchart LR
   flowchart LR

Edição das 08h10min de 3 de novembro de 2023

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

...