← 🗄️ Data Science

🗄️ Lake → Lakehouse

Files in storage: 0
Committed to table: 0
Rejected writes: 0
Last query:
FPS:
Valid file (raw storage)
Committed table row
Schema drift / conflict
Drag — rotate · Scroll — zoom

🗄️ From Data Lake to Lakehouse

Toggle between a raw object-storage data lake and a lakehouse with a transactional table layer, then adjust concurrent writers and schema drift to watch query reliability change live.

🔬 What It Demonstrates

Object storage alone accepts any bytes from any writer with no locking or schema checks. A table layer adds a commit log that serializes writes, enforces schema and hands queries one consistent snapshot.

🎮 How to Use

Switch storage mode, raise concurrent writers and schema drift, then press Run Query. Compare the success rate between raw-lake scans and lakehouse snapshot reads.

💡 Did You Know?

Formats like Delta Lake and Apache Iceberg don't replace your object storage — they add a metadata and commit-log layer on top of the same Parquet files, so lakehouses can be adopted incrementally.