cloud-data-lake-expert

Guide cloud data lake architecture selection and data organization strategies.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Wbunker/skills-repo --skill cloud-data-lake-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-data-lake-expert
Source: https://github.com/Wbunker/skills-repo/tree/main/cloud-data-lake-expert
Command: npx skills add https://github.com/Wbunker/skills-repo --skill cloud-data-lake-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you understand and choose the right cloud data lake architectures, design effective data organization strategies, and optimize for performance and cost.

Core Features & Use Cases

  • Architecture Selection: Guides you through choosing between Modern Data Warehouse, Data Lakehouse, and Data Mesh patterns based on your use case and business drivers.
  • Data Organization: Explains data lake zones (Raw, Staging, Gold, Work, Sensitive) and how to structure your data for clarity and governance.
  • Performance & Cost Optimization: Provides strategies for partitioning, file sizing, compaction, and choosing the right table formats (Iceberg, Delta Lake, Hudi) to ensure scalability and cost-efficiency.
  • Use Case: You're deciding whether to build a new data platform. This Skill helps you evaluate the tradeoffs between different architectural patterns and select the best fit for your organization's needs, considering factors like ML/BI workloads, cost, and team structure.

Quick Start

Use the cloud-data-lake-expert skill to compare the Data Lakehouse and Data Mesh architectures.

Frequently Asked Questions about cloud-data-lake-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose between Data Lakehouse and Data Mesh architectures?

Choosing between data lakehouse and data mesh architectures requires evaluating your business drivers, ML and BI workload types, cost constraints, and team structure. Data lakehouse centralizes storage and compute, while data mesh decentralizes ownership across domain teams.

What is the best way to organize data lake zones for governance?

Organizing data lake zones for governance involves structuring data into Raw, Staging, Gold, Work, and Sensitive zones. This separation enforces clarity, controls access, and ensures proper data management across the entire data lake architecture.

How do open table formats like Iceberg, Delta Lake, and Hudi compare for performance optimization?

Open table formats like Iceberg, Delta Lake, and Hudi optimize cloud data lake performance through partitioning, file sizing, and compaction. Selecting the right table format ensures scalability and cost-efficiency based on your specific query patterns and workload requirements.

Can I optimize cloud data lake costs without changing my existing architecture?

You can optimize cloud data lake costs within your existing architecture by applying strategies like data partitioning, optimal file sizing, and compaction. These techniques reduce storage waste and compute overhead while maintaining scalability and query performance.

When should I transition from a Modern Data Warehouse to a Data Lakehouse?

Transition from a Modern Data Warehouse to a Data Lakehouse when you need unified storage for diverse ML and BI workloads, open table format support, and cost-effective scalability. Evaluate tradeoffs to ensure the data lakehouse pattern fits your organization's needs.