Loading...
Loading...
Create data analytics and data pipeline diagrams using PlantUML syntax with analytics/database stencil icons. Best for ETL pipelines, data lakes, real-time streaming, data warehousing, and BI dashboards. NOT for simple flowcharts (use mermaid) or general cloud infra (use cloud skill).
npx skill4agent add markdown-viewer/skills data-analytics```plantuml⚠️ IMPORTANT: Always useor```plantumlcode fence. NEVER use```puml— it will NOT render as a diagram.```text
@startuml@endumlleft to right directionmxgraph.aws4.*fillColorstrokeColorrectangle "Zone" { ... }package "Layer" { ... }-->..>mxgraph.aws4.<icon> "Label" as <alias>| Category | Stencils | Purpose |
|---|---|---|
| Query Engine | | Serverless SQL on S3 data |
| ETL | | Data integration & cataloging |
| Streaming | | Real-time data streaming |
| MapReduce | | Big data processing (Spark, Hive) |
| Data Warehouse | | Columnar analytics warehouse |
| Search | | Full-text search & log analytics |
| BI | | Dashboards & visualizations |
| Data Lake | | Governed data lake storage |
| Catalog | | Data governance & sharing |
| Streaming Kafka | | Managed Kafka streaming |
| Category | Stencils | Purpose |
|---|---|---|
| Relational | | Transactional databases |
| NoSQL | | Key-value & document store |
| Graph | | Graph database |
| In-Memory | | Cache & session store |
| Document | | Document database |
| Ledger | | Immutable transaction log |
| Wide-Column | | Cassandra-compatible |
| Syntax | Meaning | Use Case |
|---|---|---|
| Solid arrow | Batch data flow / API call |
| Dashed arrow | Streaming / async / CDC |
| Solid line | Bidirectional sync |
| Labeled connection | Describe data format or volume |
@startuml
left to right direction
mxgraph.aws4.s3 "Data Lake\n(S3)" as s3
mxgraph.aws4.glue "Glue\nETL" as glue
mxgraph.aws4.redshift "Redshift" as rs
mxgraph.aws4.quicksight "QuickSight" as qs
s3 --> glue
glue --> rs
rs --> qs
@enduml| Type | Purpose | Key Stencils | Example |
|---|---|---|---|
| Data Lake | Centralized raw data store | | data-lake.md |
| Real-time Streaming | Event stream processing | | real-time-streaming.md |
| Data Warehouse | Star-schema analytics | | data-warehouse.md |
| ETL Pipeline | Extract-transform-load | | etl-pipeline.md |
| Log Analytics | Centralized logging | | log-analytics.md |
| ML Feature Store | Feature engineering pipeline | | ml-feature-pipeline.md |
| CDC Pipeline | Database change capture | | cdc-pipeline.md |
| Multi-source BI | Cross-database reporting | | multi-source-bi.md |