File tree Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -20,24 +20,7 @@ The application serves as a complete reference implementation for developing Sno
20
20
21
21
The application implements a modern data pipeline architecture showcasing a realistic smart factory scenario:
22
22
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 )
41
24
42
25
## Prerequisites
43
26
You can’t perform that action at this time.
0 commit comments