Apache Iceberg: From Zero to Production Data Lakehouse
Key Takeaways
This video teaches how to build and configure an Apache Iceberg lakehouse using catalogs, object storage, and query engines like Spark and Trino for data engineers and architects
Original Description
This course is designed for data engineers, analytics engineers, data platform engineers, and data architects who work with data lakes and want to modernize their data infrastructure. It's also valuable for software engineers transitioning into data roles and technical leads evaluating Apache Iceberg for their data.
By the end of this course, you will be able to:
- Build and configure an Apache Iceberg lakehouse using catalogs, object storage, and query engines like Spark and Trino
- Design optimal table structures using hidden partitioning, sort orders, and column metrics to maximize query performance
- Migrate existing data from Hive tables, Parquet files, CSV, and databases into Iceberg using snapshot, migrate, and reserialization approaches
- Implement production workflows using Write-Audit-Publish for validation, branching for testing, and rollback for recovery
- Evolve table schemas and partition specifications without downtime or rewriting data
- Execute maintenance operations including data file compaction, metadata compaction, and snapshot expiration
- Configure write strategies (merge-on-read vs copy-on-write) and distribution modes for different workload requirements
- Manage concurrent operations and avoid conflicts in multi-writer scenarios
To be successful in this course, you should have:
- Working knowledge of SQL and relational database concepts (tables, schemas, queries)
- Basic understanding of data engineering concepts including ETL/ELT, data warehouses, and data lakes
- Familiarity with command-line interfaces and Docker for running the course environment
- Comfort reading and understanding code examples in Python/PySpark (code is provided; you don't need to write from scratch)
- Experience with Apache Spark or distributed computing is helpful but not required—core concepts are explained throughout the course
Apache Iceberg, Iceberg, Apache, and the Apache feather logo are either registered trademarks or trademarks of The Apache S
Watch on External: Coursera ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Related Reads
📰
📰
📰
📰
I Built My Second ETL Pipeline. This Time, I Started Thinking Like a Data Engineer
Towards Data Science
JuiceFS Sync for PB-Scale Data Transfers: Resumable Sync, Encryption, and Bandwidth Control
Dev.to AI
How Airflow is using AI to make data engineering more resilient, not more complex
Medium · AI
What Can We Do When Memory Becomes the New Bottleneck in Data Engineering?
Towards Data Science
🎓
Tutor Explanation
DeepCamp AI