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

De Documentaçã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


= Diagramas UML e afins =
= Diagramas UML e afins =
Linha 18: Linha 17:
     B --> C[Consolidated]
     B --> C[Consolidated]
</pre>
</pre>
[[Arquivo:Fig.u2.en.png|centro|420px|semmoldura]]
=== U2.pt ===
=== U2.pt ===
<pre>
<pre>
Linha 39: Linha 40:
     C --s.rules--> S
     C --s.rules--> S
</pre>
</pre>
[[Arquivo:Fig.u3.en.png|centro|580px|semmoldura]]


== U3.pt ==
== U3.pt ==

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

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

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

U2.en

flowchart LR
    A[Preserved] --> B[Filtered]
    B --> C[Consolidated]
Fig.u2.en.png

U2.pt

flowchart LR
    A[Preservados] --> B[Filtrados]
    B --> C[Consolidados]

U2.es

Mesmo que #U2.pt.

U3

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

...