Skip to content

Commit 1aff665

Browse files
committed
add architecture diagram
1 parent 3eebe15 commit 1aff665

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,7 @@ The application serves as a complete reference implementation for developing Sno
2020

2121
The application implements a modern data pipeline architecture showcasing a realistic smart factory scenario:
2222

23-
```
24-
┌─────────────────┐ ┌──────────────┐ ┌─────────────────┐
25-
│ Data Sources │───▶│ S3 Bucket │───▶│ Snowpipe │
26-
│ (CSV Sensors) │ │ (LocalStack) │ │ (Auto-Ingest) │
27-
└─────────────────┘ └──────────────┘ └─────────────────┘
28-
29-
30-
┌─────────────────┐ ┌──────────────┐ ┌─────────────────┐
31-
│ Streamlit │◀───│ dbt │◀───│ Snowflake │
32-
│ Dashboard │ │ Transformations│ │ Emulator │
33-
└─────────────────┘ └──────────────┘ └─────────────────┘
34-
│ │ │
35-
▼ ▼ ▼
36-
┌─────────────────┐ ┌──────────────┐ ┌─────────────────┐
37-
│ Native App │ │ Dagster │ │ Email Alerts │
38-
│ (Snowflake) │ │ Pipeline │ │ (SES) │
39-
└─────────────────┘ └──────────────┘ └─────────────────┘
40-
```
23+
![Architecture](./images/architecture-diagram.png)
4124

4225
## Prerequisites
4326

images/architecture-diagram.png

406 KB
Loading

0 commit comments

Comments
 (0)