Skip to content

Commit 2f2fb52

Browse files
committed
demo link
1 parent 3e7fb82 commit 2f2fb52

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,20 @@ satellite_v1_model(
109109
)
110110
```
111111

112+
### 4. See a working example
113+
114+
The **[datavault4sqlmesh-demo](https://github.com/ScalefreeCOM/datavault4sqlmesh-demo)** repo is a
115+
minimal end-to-end project you can clone and run locally. It covers a customer-and-orders dataset
116+
through the full DV2.0 pipeline — staging, hubs, links, and all three satellite patterns (v0/v1/v2)
117+
— against a local PostgreSQL instance.
118+
119+
```bash
120+
git clone https://github.com/ScalefreeCOM/datavault4sqlmesh-demo
121+
cd datavault4sqlmesh-demo
122+
pip install datavault4sqlmesh
123+
sqlmesh plan --auto-apply
124+
```
125+
112126
---
113127

114128
## Model functions

0 commit comments

Comments
 (0)