Data Lake

Data Lake on Beyond Market Intelligence: a running collection of 4 stories we have gathered and hand-picked because they are worth your time. Every post here touches on data lake in some way — the news, the analysis, the deep dives, and the occasional surprise find. Acme AI is the next-generation, AI-powered spreadsheet platform built to replace Excel and redefine how analysts, data scientists, and enterprise teams work with data. New stories are added to this page as we find them, so check back if you want to keep up with what is happening around data lake, or subscribe to the RSS feed to get them as soon as they are published. Browse the collection below, or head back to the homepage to see everything Beyond Market Intelligence is covering right now.

Avoiding Entity Key Drift in a Data Lake: Step 2, When Fuzzy Matching Stops Working
Towards Data Science

Avoiding Entity Key Drift in a Data Lake: Step 2, When Fuzzy Matching Stops Working

Data lakes often suffer from entity key drift, a challenge that normalization alone can’t fully resolve. Our latest post, “Avoiding Entity Key Drift in a Data Lake: Step 2,” details a critical juncture where fuzzy matching proves insufficient for reliable data cleanup. We initially developed a matcher to address this, but real-world testing revealed inherent limitations. This article outlines the resulting architecture, born from setting aside the matcher and charting a new course.

Spotify Builds External Index to Enable Low Latency Point Queries on Its Data Lake
InfoQ

Spotify Builds External Index to Enable Low Latency Point Queries on Its Data Lake

Spotify has unveiled a novel external indexing architecture for its Apache Parquet data lakes, significantly reducing query latency without data replication. This innovative approach maps lookup keys directly to Parquet files and row locations, enabling targeted reads from cloud object storage. The result? A unified system supporting everything from analytics and machine learning to AI applications and online services, all leveraging the same foundational datasets.

The Medallion Data Architecture: An Introduction
Towards Data Science

The Medallion Data Architecture: An Introduction

Navigating modern data pipelines can feel complex, but the Medallion Data Architecture offers a clear, practical framework. This guide introduces the Bronze, Silver, and Gold layers—a proven approach to structuring data for reliability and analytical readiness. We’ll explore each tier with a working Python and DuckDB example, empowering you to build robust data workflows. For a deeper dive into related challenges in AI agent memory management, see "Asana's AI agents share memory across your company — but not your secrets."

Avoiding Entity Key Drift in a Data Lake: Step 1, Normalization
Towards Data Science

Avoiding Entity Key Drift in a Data Lake: Step 1, Normalization

High-frequency streaming data pipelines against live APIs expose critical challenges, particularly entity key drift in data lakes. This four-part series tackles that challenge, beginning with normalization, a foundational step for maintaining data integrity. We'll explore building a robust pipeline using openSenseMap—a citizen-science IoT network—demonstrating how real-world data quality issues demand innovative solutions. Subsequent articles will cover matching, polling, noise filtering, and a vendor-agnostic Iceberg pipeline. Interested in broader data science considerations? See "What Professionals Should Know About Data Science and AI" for vital insights.