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
2020
2121The 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
You can’t perform that action at this time.
0 commit comments