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.
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:
Raw
Trusted
Service
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.
Purpose: Store raw-but-structured data, ready for transformation.
Benefits: Maintains data integrity and audit trail while enabling efficient access.
Trusted Layer
The Trusted Layer is your workspace for applying transformations—cleaning, deduplicating, validating, or standardizing data from the Raw Layer.
Purpose: Enable custom workflows to prepare reliable, analysis-ready datasets.
Benefits: Centralizes logic and definitions, creating consistent, high-quality data.
Service Layer
The Service Layer is where refined datasets become actionable. It supports integration with BI tools, dashboards, and ML pipelines.
Purpose: Serve final datasets to business users, analytics tools, or AI systems.
Benefits: Fast, trusted, and user-friendly access to key business data.
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.