Understand the layered data architecture model and how Nekt uses it to organize your data
In data engineering, a layered architecture is a method of organizing data pipelines by separating data into logical stages based on its level of processing, trust, and intended use. This design pattern improves clarity, maintainability, and governance in modern data systems.
Each layer represents a distinct phase in the data lifecycle, from raw ingestion to refined, analysis-ready outputs.
While naming conventions may vary, a common pattern includes:
Raw Layer
Stores data in its most original or minimally processed format, usually after ingestion from external sources.
Staging/Trusted Layer
A workspace for applying business rules, cleansing, validation, and transformation—turning raw inputs into structured, reliable outputs.
Presentation/Service Layer
Final layer used by reporting tools, analytics, dashboards, and machine learning systems. Data here is curated, documented, and ready for consumption.
Using layers provides a strong foundation for building scalable and trustworthy data systems. Benefits include:
Improved Accessibility
Logical organization makes it easier to find and use the right data.
Better Data Quality
Clear separation ensures transformations are applied methodically and transparently.
Streamlined Collaboration
Different teams (data engineers, analysts, AI teams) can work in parallel across different layers.
In Nekt, the layered model is embedded in your workspace through the Catalog, which organizes your datasets by layers. This structure helps users manage data transformation pipelines intuitively, following best practices.
By default, every catalog comes with three layers:
This structure is available to all customers, with expanded customization options on higher-tier plans.
The Raw Layer holds data that has already been converted into Delta tables, following ingestion from external sources. It retains the original fidelity of the data, while ensuring it’s optimized for processing and querying.
The Trusted Layer is your workspace for applying transformations—cleaning, deduplicating, validating, or standardizing data from the Raw Layer.
The Service Layer is where refined datasets become actionable. It supports integration with BI tools, dashboards, and ML pipelines.
If you’re on the Growth plan, you can tailor your data structure even further:
This flexibility lets you build a layered architecture that fits your team’s workflows and scales with your organization.
Want to see it in action? Head to the Catalog in Nekt and explore your workspace layers. On the Growth plan, you can fully customize this structure to support your team’s evolving data strategy.
Understand the layered data architecture model and how Nekt uses it to organize your data
In data engineering, a layered architecture is a method of organizing data pipelines by separating data into logical stages based on its level of processing, trust, and intended use. This design pattern improves clarity, maintainability, and governance in modern data systems.
Each layer represents a distinct phase in the data lifecycle, from raw ingestion to refined, analysis-ready outputs.
While naming conventions may vary, a common pattern includes:
Raw Layer
Stores data in its most original or minimally processed format, usually after ingestion from external sources.
Staging/Trusted Layer
A workspace for applying business rules, cleansing, validation, and transformation—turning raw inputs into structured, reliable outputs.
Presentation/Service Layer
Final layer used by reporting tools, analytics, dashboards, and machine learning systems. Data here is curated, documented, and ready for consumption.
Using layers provides a strong foundation for building scalable and trustworthy data systems. Benefits include:
Improved Accessibility
Logical organization makes it easier to find and use the right data.
Better Data Quality
Clear separation ensures transformations are applied methodically and transparently.
Streamlined Collaboration
Different teams (data engineers, analysts, AI teams) can work in parallel across different layers.
In Nekt, the layered model is embedded in your workspace through the Catalog, which organizes your datasets by layers. This structure helps users manage data transformation pipelines intuitively, following best practices.
By default, every catalog comes with three layers:
This structure is available to all customers, with expanded customization options on higher-tier plans.
The Raw Layer holds data that has already been converted into Delta tables, following ingestion from external sources. It retains the original fidelity of the data, while ensuring it’s optimized for processing and querying.
The Trusted Layer is your workspace for applying transformations—cleaning, deduplicating, validating, or standardizing data from the Raw Layer.
The Service Layer is where refined datasets become actionable. It supports integration with BI tools, dashboards, and ML pipelines.
If you’re on the Growth plan, you can tailor your data structure even further:
This flexibility lets you build a layered architecture that fits your team’s workflows and scales with your organization.
Want to see it in action? Head to the Catalog in Nekt and explore your workspace layers. On the Growth plan, you can fully customize this structure to support your team’s evolving data strategy.