Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 8.14 KB

README.md

File metadata and controls

22 lines (15 loc) · 8.14 KB

Metaframe: download files

graph LR
    subgraph metaframeGraph [download.mtfm.io]
        M[download files]
    end
    M --> |send downloads| metaframeDownstream[outputs same as inputs]

    metaframeDownstream[downstream metaframe]

    linkStyle default stroke:#32AEE4,stroke-width:2px,color:black;
    classDef metaframe fill:#fff,stroke:#32AEE4,stroke-width:2px;
    class M,outputs,inputs,metaframeGraph,metaframeDownstream metaframe;

Loading

This metaframe downloads files and sends then downstream.

Examples

👉 Download Iris dataset and render the table 🔗