About Me
Blog
Projects
Resources
Sign in
Get started today
Toggle theme
Data Pipeline Visualizer
YAML Input
Render
Tidy
title: Data Flow Architecture description: ETL pipeline from source databases to analytics nodes: - id: pg01 name: PostgreSQL description: OLTP app DB icon: logos:postgresql color: bg-blue-500 show_annotation: false - id: sql01 name: SQL Server description: Legacy data source icon: simple-icons:microsoftsqlserver color: bg-red-500 show_annotation: false - id: s3l01 name: S3 Landing description: Landing zone in Data lake with raw data icon: logos:aws-s3 color: bg-orange-500 show_annotation: false - id: s3c01 name: S3 Curated description: Cleansed and active data icon: logos:aws-s3 color: bg-green-500 show_annotation: false - id: adb01 name: Analytics DB description: Data warehouse for PowerBI and Table reports icon: carbon:analytics color: bg-purple-500 show_annotation: false edges: - source: pg01 target: s3l01 animated: true - source: sql01 target: s3l01 animated: true - source: s3l01 target: s3c01 animated: false - source: s3c01 target: adb01 animated: false
Pipeline Diagram
Enter YAML and click Render to see the diagram