Nintorac commited on
Commit ·
d789642
1
Parent(s): 276f305
update readme
Browse files- README.md +3 -3
- lakh_remote.duckdb +1 -1
README.md
CHANGED
|
@@ -104,7 +104,7 @@ The original Lakh MIDI Dataset is a collection of 176,581 unique MIDI files, 45,
|
|
| 104 |
|
| 105 |
**Key ideas in this release:**
|
| 106 |
- **Structured Data Vault 2.0 model** with hubs, links, and satellites
|
| 107 |
-
- **Bronze layer** with raw extracted data in Parquet format (not part of this distribution, see https://github.com/Nintorac/
|
| 108 |
- **Silver layer** with cleaned, deduplicated, and structured data
|
| 109 |
- **Gold layer** with clean derormalized views ready for ML pipelines and other downstream usecases
|
| 110 |
|
|
@@ -140,7 +140,7 @@ This approach allows you to fetch data from the gold layer, without having to ma
|
|
| 140 |
|
| 141 |
## Data Structure
|
| 142 |
|
| 143 |
-
To understand the schema of the silver layer check out the [schema_silver.dbml](https://github.com/Nintorac/
|
| 144 |
|
| 145 |
Below is a high level overview of how the tables fit together.
|
| 146 |
|
|
@@ -241,7 +241,7 @@ This dataset was processed using:
|
|
| 241 |
- **DuckDB** as the analytics database engine
|
| 242 |
- **Data Vault 2.0 methodology** for scalable data modeling
|
| 243 |
|
| 244 |
-
For more information about the processing pipeline, see the [project repository](https://github.com/nintorac/
|
| 245 |
|
| 246 |
## Resources
|
| 247 |
|
|
|
|
| 104 |
|
| 105 |
**Key ideas in this release:**
|
| 106 |
- **Structured Data Vault 2.0 model** with hubs, links, and satellites
|
| 107 |
+
- **Bronze layer** with raw extracted data in Parquet format (not part of this distribution, see https://github.com/Nintorac/ntrc_lmd to build it)
|
| 108 |
- **Silver layer** with cleaned, deduplicated, and structured data
|
| 109 |
- **Gold layer** with clean derormalized views ready for ML pipelines and other downstream usecases
|
| 110 |
|
|
|
|
| 140 |
|
| 141 |
## Data Structure
|
| 142 |
|
| 143 |
+
To understand the schema of the silver layer check out the [schema_silver.dbml](https://github.com/Nintorac/ntrc_lmd/blob/main/schema_silver.dbml) - load it in [dbdiagram.io](https://dbdiagram.io/d) for an interactive view.
|
| 144 |
|
| 145 |
Below is a high level overview of how the tables fit together.
|
| 146 |
|
|
|
|
| 241 |
- **DuckDB** as the analytics database engine
|
| 242 |
- **Data Vault 2.0 methodology** for scalable data modeling
|
| 243 |
|
| 244 |
+
For more information about the processing pipeline, see the [project repository](https://github.com/nintorac/ntrc_lmd).
|
| 245 |
|
| 246 |
## Resources
|
| 247 |
|
lakh_remote.duckdb
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 274432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a94b1e950f611e4ca4821e3f5a1cf326f835e4fc290d4faff4366c03d76327e3
|
| 3 |
size 274432
|