<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Delta Live Tables on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/delta-live-tables/</link><description>Recent content in Delta Live Tables on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 20 Dec 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/delta-live-tables/index.xml" rel="self" type="application/rss+xml"/><item><title>Ingesting Raw Supply Chain Events with DLT Bronze Layer</title><link>https://ai-blog.noorshomelab.dev/realtime-supply-chain-intelligence-2/03-dlt-bronze-ingestion/</link><pubDate>Sat, 20 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/realtime-supply-chain-intelligence-2/03-dlt-bronze-ingestion/</guid><description>&lt;h2 id="ingesting-raw-supply-chain-events-with-dlt-bronze-layer"&gt;Ingesting Raw Supply Chain Events with DLT Bronze Layer&lt;/h2&gt;
&lt;h3 id="chapter-introduction"&gt;Chapter Introduction&lt;/h3&gt;
&lt;p&gt;In this chapter, we embark on the crucial first step of our real-time supply chain analytics journey: ingesting raw supply chain events into our data lakehouse. We will leverage Databricks Delta Live Tables (DLT) to build a robust, fault-tolerant, and scalable pipeline that continuously reads event data from Apache Kafka and lands it into a &amp;ldquo;Bronze&amp;rdquo; Delta table. The Bronze layer serves as the raw, immutable historical record of all ingested data, preserving the original state of events as they arrive.&lt;/p&gt;</description></item><item><title>Ingesting Raw Supply Chain Events with DLT Bronze Layer</title><link>https://ai-blog.noorshomelab.dev/realtime-supply-chain-intelligence/03-dlt-bronze-ingestion/</link><pubDate>Sat, 20 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/realtime-supply-chain-intelligence/03-dlt-bronze-ingestion/</guid><description>&lt;h2 id="ingesting-raw-supply-chain-events-with-dlt-bronze-layer"&gt;Ingesting Raw Supply Chain Events with DLT Bronze Layer&lt;/h2&gt;
&lt;h3 id="chapter-introduction"&gt;Chapter Introduction&lt;/h3&gt;
&lt;p&gt;In this chapter, we embark on the crucial first step of our real-time supply chain analytics journey: ingesting raw supply chain events into our data lakehouse. We will leverage Databricks Delta Live Tables (DLT) to build a robust, fault-tolerant, and scalable pipeline that continuously reads event data from Apache Kafka and lands it into a &amp;ldquo;Bronze&amp;rdquo; Delta table. The Bronze layer serves as the raw, immutable historical record of all ingested data, preserving the original state of events as they arrive.&lt;/p&gt;</description></item><item><title>Ingesting &amp;amp; Harmonizing HS Code and Tariff Data</title><link>https://ai-blog.noorshomelab.dev/realtime-supply-chain-intelligence-2/06-hs-code-tariff-ingestion/</link><pubDate>Sat, 20 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/realtime-supply-chain-intelligence-2/06-hs-code-tariff-ingestion/</guid><description>&lt;h2 id="chapter-6-ingesting--harmonizing-hs-code-and-tariff-data"&gt;Chapter 6: Ingesting &amp;amp; Harmonizing HS Code and Tariff Data&lt;/h2&gt;
&lt;h3 id="chapter-introduction"&gt;Chapter Introduction&lt;/h3&gt;
&lt;p&gt;In the intricate world of global supply chains, accurate and timely information on Harmonized System (HS) codes and associated tariffs is paramount. These codes classify traded goods, determining duties, taxes, and trade policies. In this chapter, we will build a robust data pipeline using Databricks Delta Live Tables (DLT) to ingest, cleanse, and harmonize raw HS Code and tariff data into our Customs Trade Data Lakehouse.&lt;/p&gt;</description></item><item><title>HS Code-based Tariff Impact Analysis with DLT</title><link>https://ai-blog.noorshomelab.dev/realtime-supply-chain-intelligence/07-dlt-tariff-impact-analysis/</link><pubDate>Sat, 20 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/realtime-supply-chain-intelligence/07-dlt-tariff-impact-analysis/</guid><description>&lt;h2 id="chapter-7-hs-code-based-tariff-impact-analysis-with-dlt"&gt;Chapter 7: HS Code-based Tariff Impact Analysis with DLT&lt;/h2&gt;
&lt;h3 id="1-chapter-introduction"&gt;1. Chapter Introduction&lt;/h3&gt;
&lt;p&gt;In this chapter, we will build a robust, real-time data pipeline using Databricks Delta Live Tables (DLT) to perform HS Code-based tariff impact analysis. This pipeline will ingest raw trade data, enrich it with historical and current tariff rates, and then aggregate the estimated tariff costs to provide actionable insights into the financial impact of import/export duties.&lt;/p&gt;
&lt;p&gt;Understanding tariff impacts is crucial for modern supply chains. Tariffs can significantly influence procurement costs, pricing strategies, and overall profitability. By automating this analysis with DLT, businesses can gain near real-time visibility into these costs, enabling proactive decision-making to mitigate risks and optimize trade routes or sourcing strategies. This step is a cornerstone for building a resilient and cost-effective supply chain.&lt;/p&gt;</description></item><item><title>Building the Customs Trade Data Lakehouse &amp;amp; HS Code Validation</title><link>https://ai-blog.noorshomelab.dev/realtime-supply-chain-intelligence-2/09-customs-data-lakehouse-validation/</link><pubDate>Sat, 20 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/realtime-supply-chain-intelligence-2/09-customs-data-lakehouse-validation/</guid><description>&lt;h2 id="chapter-9-building-the-customs-trade-data-lakehouse--hs-code-validation"&gt;Chapter 9: Building the Customs Trade Data Lakehouse &amp;amp; HS Code Validation&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 9 of our real-time supply chain project! In this chapter, we will lay the foundation for intelligent customs trade data analysis by building a robust Data Lakehouse. Specifically, we&amp;rsquo;ll focus on ingesting and preparing customs declaration data, establishing a master data repository for HS (Harmonized System) codes, and setting up initial data quality validation using Databricks Delta Live Tables (DLT).&lt;/p&gt;</description></item><item><title>CI/CD for Databricks Pipelines with Databricks Asset Bundles</title><link>https://ai-blog.noorshomelab.dev/realtime-supply-chain-intelligence-2/14-ci-cd-databricks-bundles/</link><pubDate>Sat, 20 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/realtime-supply-chain-intelligence-2/14-ci-cd-databricks-bundles/</guid><description>&lt;h2 id="chapter-14-cicd-for-databricks-pipelines-with-databricks-asset-bundles"&gt;Chapter 14: CI/CD for Databricks Pipelines with Databricks Asset Bundles&lt;/h2&gt;
&lt;h3 id="chapter-introduction"&gt;Chapter Introduction&lt;/h3&gt;
&lt;p&gt;In previous chapters, we meticulously crafted robust data pipelines using Databricks Delta Live Tables (DLT) for real-time ingestion, Spark Structured Streaming for logistics cost monitoring, and various Spark jobs for tariff analysis and anomaly detection. We&amp;rsquo;ve built the individual components, but deploying and managing these complex pipelines across different environments (development, staging, production) can quickly become a significant challenge without proper automation. This is where Continuous Integration/Continuous Deployment (CI/CD) comes into play, ensuring that our code changes are consistently tested, validated, and deployed.&lt;/p&gt;</description></item><item><title>CI/CD for Databricks Pipelines with Databricks Asset Bundles</title><link>https://ai-blog.noorshomelab.dev/realtime-supply-chain-intelligence/14-ci-cd-databricks-bundles/</link><pubDate>Sat, 20 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/realtime-supply-chain-intelligence/14-ci-cd-databricks-bundles/</guid><description>&lt;h2 id="chapter-14-cicd-for-databricks-pipelines-with-databricks-asset-bundles"&gt;Chapter 14: CI/CD for Databricks Pipelines with Databricks Asset Bundles&lt;/h2&gt;
&lt;h3 id="chapter-introduction"&gt;Chapter Introduction&lt;/h3&gt;
&lt;p&gt;In previous chapters, we meticulously crafted robust data pipelines using Databricks Delta Live Tables (DLT) for real-time ingestion, Spark Structured Streaming for logistics cost monitoring, and various Spark jobs for tariff analysis and anomaly detection. We&amp;rsquo;ve built the individual components, but deploying and managing these complex pipelines across different environments (development, staging, production) can quickly become a significant challenge without proper automation. This is where Continuous Integration/Continuous Deployment (CI/CD) comes into play, ensuring that our code changes are consistently tested, validated, and deployed.&lt;/p&gt;</description></item><item><title>Production Deployment, Monitoring, and Cost Optimization</title><link>https://ai-blog.noorshomelab.dev/realtime-supply-chain-intelligence-2/15-production-monitoring-optimization/</link><pubDate>Sat, 20 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/realtime-supply-chain-intelligence-2/15-production-monitoring-optimization/</guid><description>&lt;h2 id="chapter-15-production-deployment-monitoring-and-cost-optimization"&gt;Chapter 15: Production Deployment, Monitoring, and Cost Optimization&lt;/h2&gt;
&lt;p&gt;Welcome to the final chapter of our comprehensive guide! Throughout this project, we&amp;rsquo;ve meticulously built a sophisticated real-time supply chain analytics platform on Databricks, leveraging Delta Live Tables, Spark Structured Streaming, Kafka, and the Lakehouse architecture. We&amp;rsquo;ve gone from raw data ingestion to advanced analytics, including HS Code tariff impact analysis, logistics cost monitoring, and anomaly detection. Now, it&amp;rsquo;s time to transition our development efforts into a robust, observable, and cost-effective production environment.&lt;/p&gt;</description></item><item><title>Production Deployment, Monitoring, and Cost Optimization</title><link>https://ai-blog.noorshomelab.dev/realtime-supply-chain-intelligence/15-production-monitoring-optimization/</link><pubDate>Sat, 20 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/realtime-supply-chain-intelligence/15-production-monitoring-optimization/</guid><description>&lt;h2 id="chapter-15-production-deployment-monitoring-and-cost-optimization"&gt;Chapter 15: Production Deployment, Monitoring, and Cost Optimization&lt;/h2&gt;
&lt;p&gt;Welcome to the final chapter of our comprehensive guide! Throughout this project, we&amp;rsquo;ve meticulously built a sophisticated real-time supply chain analytics platform on Databricks, leveraging Delta Live Tables, Spark Structured Streaming, Kafka, and the Lakehouse architecture. We&amp;rsquo;ve gone from raw data ingestion to advanced analytics, including HS Code tariff impact analysis, logistics cost monitoring, and anomaly detection. Now, it&amp;rsquo;s time to transition our development efforts into a robust, observable, and cost-effective production environment.&lt;/p&gt;</description></item></channel></rss>