The augmented medallion architecture
A standard architecture to analytics data platform
Published on : April 15, 2025
| Lastly edited on : April 15, 2025
| 10 minutes read

Lirav DUVSHANI
Series : The augmented medallion architecture
A standard architecture to analytics data platform
"Bronze" layer
"Silver" layer
"Gold" layer
"Platinum" layer
"Parametrization" layer
"Data Quality" layer
The Medallion Data Architecture, a known standard in data architecture for analytics
The medallion data architecture is a structured approach that simplified the different stages of data processing that improves data quality, governance, and analytical capabilities across the data lifecycle.
It consists of multiple layers, each serving a distinct purpose in ensuring data integrity, transformation, governance and consumption.
This data architecture is best suited for batch analytics, but is also applicable to real-time analytics architecture, as the different steps are mostly required to provide data consumers correct data.
The different layers can be Here are some overview of the purpose for each layer :
Layer Name | Alternative Names | Primary Purpose | Loading main rules |
---|---|---|---|
Bronze | Raw Data Storage / Data Lake | Preserve raw data for historical retention and reproducibility in a unified layer | Anomnymization & Filtering of the source data (for security purposes) |
Silver | Cleaned Data / Data Store | Standardize and cleanse data for analytical use | Cleaning of data |
Gold | Business Oriented Data / Data Warehouse | Provide accurate business oriented datasets, enabling decision-making | Business rule/logic implementation |
This is already very interesting, but we can go further with an augmented version of this architecture.
The augmented Medallion Data Architecture, a simple way to look at data architecture
The augmented medallion architecture extends the traditional Bronze-Silver-Gold layers with Platinum, Parametrization, and Data Quality layers to support scalability, auditability, governance, and performance for modern data-driven organizations.
It is composed of data storage layers, process calculation layers but also transversal layers and data consumer specific layer.
Here are some overview of the purpose for each layer :
Layer Name | Alternative Names | Primary Purpose | Loading main rules |
---|---|---|---|
Bronze | Raw Data Storage / Data Lake | Preserve raw data for historical retention and reproducibility in a unified layer | Anonymization & Filtering of the source data |
Silver | Cleaned Data / Data Store | Standardize and cleanse data for analytical use | Data Cleaning |
Gold | Business Oriented Data / Data Warehouse | Provide accurate business oriented datasets, enabling decision-making | Business rule/logic implementation |
Platinum | Data for Consumption / Data Marts | Optimize data access for reporting, analytics and external systems | Filtering, Indexing and consumer-specific data modelisation |
Parametrization | Business & Technical Configurations | Enable business and technical users to manage configurations | Usually no business rule/logic |
Data Quality | Anomaly Detection & Data Validation | Identify and correct data quality issues | Data Quality rule/logic implementation (detection of outlier, ...) |
Monitoring Cockpit | Tec / Monitoring | Monitor the data flow execution and other data loading information | Transversal monitoring execution |
Now that we've set up the stage, it's time to explore each layer more closely :
- Bronze layer
- Silver layer
- Gold layer
- Platinum layer
- Parametrization layer
- Data Quality layer
This article is part of a series of article describing the augmented medallion architecture.