Skip to content

Files

Latest commit

eba19b2 · Dec 18, 2024

History

History
15 lines (15 loc) · 240 Bytes

generated.md

File metadata and controls

15 lines (15 loc) · 240 Bytes

Flowchart

Loading
---
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