Session

Streaming NASA Data with Lakeflow and Agent Bricks: A Data Engineer's Guide to Databricks AI

Overview

ExperienceIn Person
TrackData Engineering & Streaming
IndustryEnterprise Technology, Healthcare & Life Sciences, Public Sector
TechnologiesGenie
Skill LevelIntermediate

This Data + AI Summit session walks you through a streaming application that analyzes live NASA space data using Lakeflow and Agent Bricks.

 

Lakeflow is the foundation layer of every AI application. I explain how Lakeflow Spark Declarative Pipelines (SDP) ingests from one of the very few public Kafka topics that exist and how it works in symbiosis with Agent Bricks to turn real-time NASA circulars about cosmic events into an AI-powered knowledge base with Databricks Apps UI.

 

The AI stack covers AI Gateway, guardrails, Vector Search, agent evaluation, and MLflow tracing, all from a data engineer's perspective.

 

The second part focuses on Time to Value. I used several Databricks AI tools: Genie Code, Claude Code, the AI Dev Kit, and others. Each capable of taking you from zero to a working application in days rather than months. I share the trade-offs and best practices learned.

 

Grab the full application from GitHub afterward — and play with data from exploding supernovas.

Session Speakers

Speaker placeholderIMAGE COMING SOON

Frank Munz

/Principal TM Engineer
Databricks

Full Summary

From 370 lines of code to a guided agent: rebuilding a NASA data app on Databricks

A retrieval-augmented app that once took hundreds of lines of bespoke notebook code to process NASA's General Coordinates Network data can now be assembled with declarative pipelines, guided agents, and SQL-native AI features on the Databricks Platform.

FAQ


Use Knowledge Assistant for contextual questions over unstructured documents, such as explanations of detection methods or instrument differences. Choose a Genie Agent for governed, SQL-backed analysis of structured tables, such as counts, aggregations, and business-defined metrics. Agents can also draw on both structured tables and attached documents when needed.

Model inference is expensive. Filtering and aggregating through bronze, silver, and gold layers first reduces the dataset so models run on the few rows that matter, not on every raw record. Teams get faster results and lower costs without sacrificing accuracy on the final output.

Administrators manage access to MCP connections in Unity Catalog, granting permissions to specific users or groups. Activity involving those connections is logged in MLflow, which provides traceability into what actions an agent performed during a session.

Genie Agents show the SQL they generate, enabling users to inspect queries and validate results against underlying tables. Natural-language systems can produce plausible errors, so domain knowledge and quick reasonableness checks remain important.

Genie Code is built into the Databricks workspace, assisting with notebooks, pipelines, and Lakeflow Jobs. AI Dev Kit is an open-source toolkit that brings Databricks skills and MCP access into external coding agents, useful for developers who prefer to work outside the workspace. Both aim to reduce setup and accelerate delivery.