Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 240 Bytes

generated.md

File metadata and controls

15 lines (15 loc) · 240 Bytes

Flowchart

---
title: mermaid flowchart builder
---
flowchart TB
    A["Node A"]
    B(["Node B"])
    C[["Node C"]]
    D[("Database")]
    A-->B
    B-->|"send original data"|D
    B-->C
    C-. "send filtered data" .-> D
Loading