<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>The Kedro Blog | Kedro</title>
        <link>https://kedro.org/</link>
        <description>An open-source framework for data engineering and data science code</description>
        <lastBuildDate>Mon, 27 Apr 2026 08:35:10 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>The Kedro Blog | Kedro</title>
            <url>https://kedro.org/images/kedro-logo.png</url>
            <link>https://kedro.org/</link>
        </image>
        <atom:link href="https://kedro.org/blog/rss" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[Kedro in the modern data and AI tooling landscape]]></title>
            <link>https://kedro.org/blog/kedro-in-the-data-and-ai-landscape</link>
            <guid>https://kedro.org/blog/kedro-in-the-data-and-ai-landscape</guid>
            <pubDate>Wed, 25 Mar 2026 12:04:08 GMT</pubDate>
            <description><![CDATA[In this article, we unpack the modern data and ML tooling landscape and describe where Kedro fits within this ecosystem.]]></description>
        </item>
        <item>
            <title><![CDATA[Announcing Kedro 1.0]]></title>
            <link>https://kedro.org/blog/announcing-kedro-1-0</link>
            <guid>https://kedro.org/blog/announcing-kedro-1-0</guid>
            <pubDate>Thu, 24 Jul 2025 07:24:38 GMT</pubDate>
            <description><![CDATA[We have launched Kedro 1.0, marking a significant milestone in its evolution.]]></description>
        </item>
        <item>
            <title><![CDATA[Building a GenAI-powered chatbot using Kedro and LangChain]]></title>
            <link>https://kedro.org/blog/building-a-genai-powered-chatbot-using-kedro-and-langchain</link>
            <guid>https://kedro.org/blog/building-a-genai-powered-chatbot-using-kedro-and-langchain</guid>
            <pubDate>Fri, 25 Apr 2025 13:13:57 GMT</pubDate>
            <description><![CDATA[This post shows how to use Kedro to build and organize GenAI applications with a real-world example.
]]></description>
        </item>
        <item>
            <title><![CDATA[Building Robust Data Science Pipelines at TomTom with Kedro]]></title>
            <link>https://kedro.org/blog/building-robust-data-science-pipelines-at-tomtom-with-kedro</link>
            <guid>https://kedro.org/blog/building-robust-data-science-pipelines-at-tomtom-with-kedro</guid>
            <pubDate>Mon, 21 Apr 2025 09:43:43 GMT</pubDate>
            <description><![CDATA[In this guest blog post, Toni Almagro, Senior Staff Data Scientist at TomTom, shares a transformative journey from using Databricks notebooks to the Kedro framework.]]></description>
        </item>
        <item>
            <title><![CDATA[Deprecating Experiment Tracking in Kedro Viz]]></title>
            <link>https://kedro.org/blog/deprecate-experiment-tracking-kedro-viz</link>
            <guid>https://kedro.org/blog/deprecate-experiment-tracking-kedro-viz</guid>
            <pubDate>Tue, 28 Jan 2025 17:45:36 GMT</pubDate>
            <description><![CDATA[Kedro-Viz will phase out its Experiment Tracking feature in the upcoming release of Kedro-Viz 11.0, with complete removal in version 12.0 due to low user adoption and the availability of robust alternatives like MLflow. This blog post includes detailed guidance on migrating to kedro-mlflow, a plugin that seamlessly integrates Kedro with MLflow.]]></description>
        </item>
        <item>
            <title><![CDATA[Top 10 features added to the Kedro ecosystem in 2024]]></title>
            <link>https://kedro.org/blog/top-10-features-added-to-the-kedro-ecosystem-in-2024</link>
            <guid>https://kedro.org/blog/top-10-features-added-to-the-kedro-ecosystem-in-2024</guid>
            <pubDate>Mon, 07 Oct 2024 08:21:16 GMT</pubDate>
            <description><![CDATA[This blog post highlights ten of the most notable enhancements and improvements to the Kedro ecosystem in the recent releases.]]></description>
        </item>
        <item>
            <title><![CDATA[In the pipeline: October 2024]]></title>
            <link>https://kedro.org/blog/in-the-pipeline-kedro-news-10-24</link>
            <guid>https://kedro.org/blog/in-the-pipeline-kedro-news-10-24</guid>
            <pubDate>Wed, 02 Oct 2024 11:56:00 GMT</pubDate>
            <description><![CDATA[From the latest news to upcoming events and interesting topics, “In the Pipeline” is overflowing with updates for the Kedro community.]]></description>
        </item>
        <item>
            <title><![CDATA[Introducing a Kedro extension for VS Code]]></title>
            <link>https://kedro.org/blog/introducing-the-kedro-extension-for-vs-code</link>
            <guid>https://kedro.org/blog/introducing-the-kedro-extension-for-vs-code</guid>
            <pubDate>Thu, 01 Aug 2024 12:29:32 GMT</pubDate>
            <description><![CDATA[We're launching a Kedro extension for VS Code that offers enhanced code navigation and autocompletion.
]]></description>
        </item>
        <item>
            <title><![CDATA[In the pipeline: July 2024]]></title>
            <link>https://kedro.org/blog/in-the-pipeline-kedro-news-07-24</link>
            <guid>https://kedro.org/blog/in-the-pipeline-kedro-news-07-24</guid>
            <pubDate>Mon, 01 Jul 2024 08:36:38 GMT</pubDate>
            <description><![CDATA[From the latest news to upcoming events and interesting topics, “In the Pipeline” is overflowing with updates for the Kedro community.]]></description>
        </item>
        <item>
            <title><![CDATA[Streamlining SQL Data Processing in Kedro ML Pipelines]]></title>
            <link>https://kedro.org/blog/sql-data-processing-in-kedro-ml-pipelines</link>
            <guid>https://kedro.org/blog/sql-data-processing-in-kedro-ml-pipelines</guid>
            <pubDate>Wed, 05 Jun 2024 08:16:22 GMT</pubDate>
            <description><![CDATA[Kedro and Ibis streamline the management of ML pipelines and SQL queries within a Python project, leveraging Google BigQuery for efficient execution and storage.]]></description>
        </item>
        <item>
            <title><![CDATA[In the pipeline: May 2024]]></title>
            <link>https://kedro.org/blog/in-the-pipeline-kedro-news-05-24</link>
            <guid>https://kedro.org/blog/in-the-pipeline-kedro-news-05-24</guid>
            <pubDate>Tue, 07 May 2024 09:53:27 GMT</pubDate>
            <description><![CDATA[From the latest news to upcoming events and interesting topics, “In the Pipeline” is overflowing with updates for the Kedro community.]]></description>
        </item>
        <item>
            <title><![CDATA[A practical guide to team topologies for ML platform teams]]></title>
            <link>https://kedro.org/blog/a-practical-guide-to-team-topologies-for-ml-platform-teams</link>
            <guid>https://kedro.org/blog/a-practical-guide-to-team-topologies-for-ml-platform-teams</guid>
            <pubDate>Tue, 30 Apr 2024 08:58:39 GMT</pubDate>
            <description><![CDATA[Creating data platforms is a challenging task. A guest author explains how Kedro reduces the learning curve and enables data science teams.]]></description>
        </item>
        <item>
            <title><![CDATA[Share a Kedro-Viz with Github pages]]></title>
            <link>https://kedro.org/blog/share-a-kedro-viz-with-github-pages</link>
            <guid>https://kedro.org/blog/share-a-kedro-viz-with-github-pages</guid>
            <pubDate>Thu, 04 Apr 2024 05:44:11 GMT</pubDate>
            <description><![CDATA[We have added support to automate publishing to Github pages through the publish-kedro-viz Github Action. Learn how to configure and use the feature!]]></description>
        </item>
        <item>
            <title><![CDATA[In the pipeline: March 2024]]></title>
            <link>https://kedro.org/blog/in-the-pipeline-kedro-news-03-24</link>
            <guid>https://kedro.org/blog/in-the-pipeline-kedro-news-03-24</guid>
            <pubDate>Tue, 12 Mar 2024 08:24:46 GMT</pubDate>
            <description><![CDATA[From the latest news to upcoming events and interesting topics, “In the Pipeline” is overflowing with updates for the Kedro community.]]></description>
        </item>
        <item>
            <title><![CDATA[In the pipeline: February 2024]]></title>
            <link>https://kedro.org/blog/in-the-pipeline-kedro-news-02-24</link>
            <guid>https://kedro.org/blog/in-the-pipeline-kedro-news-02-24</guid>
            <pubDate>Wed, 07 Feb 2024 10:37:46 GMT</pubDate>
            <description><![CDATA[From the latest news to upcoming events and interesting topics, “In the Pipeline” is overflowing with updates for the Kedro community.]]></description>
        </item>
        <item>
            <title><![CDATA[Building scalable data pipelines with Kedro and Ibis]]></title>
            <link>https://kedro.org/blog/building-scalable-data-pipelines-with-kedro-and-ibis</link>
            <guid>https://kedro.org/blog/building-scalable-data-pipelines-with-kedro-and-ibis</guid>
            <pubDate>Mon, 29 Jan 2024 17:54:55 GMT</pubDate>
            <description><![CDATA[From production-ready to production. Bring the flexibility and familiarity of Python, and the scale and performance of modern SQL, to Kedro pipelines.]]></description>
        </item>
        <item>
            <title><![CDATA[Your new Kedro project. Your way.]]></title>
            <link>https://kedro.org/blog/customise-a-new-kedro-project-with-tools</link>
            <guid>https://kedro.org/blog/customise-a-new-kedro-project-with-tools</guid>
            <pubDate>Wed, 24 Jan 2024 09:00:03 GMT</pubDate>
            <description><![CDATA[We've made changes to Kedro in the new 0.19 release to tackle one of the most commonly perceived pain points. Find out more!]]></description>
        </item>
        <item>
            <title><![CDATA[Learn Kedro from a new video course]]></title>
            <link>https://kedro.org/blog/kedro-video-course-announcement</link>
            <guid>https://kedro.org/blog/kedro-video-course-announcement</guid>
            <pubDate>Thu, 18 Jan 2024 09:00:03 GMT</pubDate>
            <description><![CDATA[Check out the official video course to teach you the skills you need to create  data and machine learning pipelines for future-friendly, platform-agnostic data science code ]]></description>
        </item>
        <item>
            <title><![CDATA[Exploring our new release: Kedro 0.19 ]]></title>
            <link>https://kedro.org/blog/explore-kedro-0-19</link>
            <guid>https://kedro.org/blog/explore-kedro-0-19</guid>
            <pubDate>Mon, 15 Jan 2024 09:00:03 GMT</pubDate>
            <description><![CDATA[This blog post gives details of the enhancements and improvements to Kedro in the recent 0.19 release.]]></description>
        </item>
        <item>
            <title><![CDATA[How the Kedro team built award-winning documentation]]></title>
            <link>https://kedro.org/blog/how-the-kedro-team-built-award-winning-documentation</link>
            <guid>https://kedro.org/blog/how-the-kedro-team-built-award-winning-documentation</guid>
            <pubDate>Thu, 11 Jan 2024 10:27:57 GMT</pubDate>
            <description><![CDATA[Find out more about how Kedro's award-winning documentation is created using a docs-as-code workflow.]]></description>
        </item>
        <item>
            <title><![CDATA[How to share a Kedro-Viz pipeline visualisation]]></title>
            <link>https://kedro.org/blog/how-to-share-a-kedro-viz-pipeline-visualisation</link>
            <guid>https://kedro.org/blog/how-to-share-a-kedro-viz-pipeline-visualisation</guid>
            <pubDate>Mon, 20 Nov 2023 10:28:02 GMT</pubDate>
            <description><![CDATA[How to set up and use "publish and share" to host a Kedro-Viz project on Amazon S3.]]></description>
        </item>
        <item>
            <title><![CDATA[In the pipeline: November 2023]]></title>
            <link>https://kedro.org/blog/in-the-pipeline-kedro-news-11-23</link>
            <guid>https://kedro.org/blog/in-the-pipeline-kedro-news-11-23</guid>
            <pubDate>Tue, 07 Nov 2023 11:38:40 GMT</pubDate>
            <description><![CDATA[From the latest news to upcoming events and interesting topics, “In the Pipeline” is overflowing with interesting updates for the Kedro community.]]></description>
        </item>
        <item>
            <title><![CDATA[Supercharge your data science notebook with Kedro]]></title>
            <link>https://kedro.org/blog/add-kedro-to-your-data-science-notebook</link>
            <guid>https://kedro.org/blog/add-kedro-to-your-data-science-notebook</guid>
            <pubDate>Fri, 13 Oct 2023 16:18:00 GMT</pubDate>
            <description><![CDATA[This article describes the “code smells” typical to a data science project developed in a Jupyter notebook. It explains how some of Kedro's features can improve the code within your notebook.]]></description>
        </item>
        <item>
            <title><![CDATA[In the pipeline: October 2023]]></title>
            <link>https://kedro.org/blog/in-the-pipeline-kedro-news-10-23</link>
            <guid>https://kedro.org/blog/in-the-pipeline-kedro-news-10-23</guid>
            <pubDate>Fri, 06 Oct 2023 08:23:55 GMT</pubDate>
            <description><![CDATA[From the latest news to upcoming events and interesting topics, “In the Pipeline” is overflowing with interesting updates for the Kedro community.]]></description>
        </item>
        <item>
            <title><![CDATA[In the pipeline: September 2023]]></title>
            <link>https://kedro.org/blog/in-the-pipeline-kedro-news-09-23</link>
            <guid>https://kedro.org/blog/in-the-pipeline-kedro-news-09-23</guid>
            <pubDate>Wed, 06 Sep 2023 07:35:17 GMT</pubDate>
            <description><![CDATA["In the Pipeline" is overflowing with the September's Kedro news.]]></description>
        </item>
        <item>
            <title><![CDATA[How to integrate Kedro and Databricks Connect]]></title>
            <link>https://kedro.org/blog/how-to-integrate-kedro-and-databricks-connect</link>
            <guid>https://kedro.org/blog/how-to-integrate-kedro-and-databricks-connect</guid>
            <pubDate>Fri, 11 Aug 2023 15:05:14 GMT</pubDate>
            <description><![CDATA[In this blog post, Diego Lira explains how to use Databricks Connect with Kedro for a development experience that works completely inside an IDE. ]]></description>
        </item>
        <item>
            <title><![CDATA[In the Pipeline: July 2023]]></title>
            <link>https://kedro.org/blog/in-the-pipeline-kedro-news-07-23</link>
            <guid>https://kedro.org/blog/in-the-pipeline-kedro-news-07-23</guid>
            <pubDate>Wed, 12 Jul 2023 08:50:09 GMT</pubDate>
            <description><![CDATA["In the Pipeline" is overflowing with the latest Kedro news, upcoming events, and interesting topics.]]></description>
        </item>
        <item>
            <title><![CDATA[A new Kedro dataset for Spark Structured Streaming]]></title>
            <link>https://kedro.org/blog/kedro-dataset-for-spark-structured-streaming</link>
            <guid>https://kedro.org/blog/kedro-dataset-for-spark-structured-streaming</guid>
            <pubDate>Tue, 11 Jul 2023 09:41:52 GMT</pubDate>
            <description><![CDATA[This post illustrates the extensibility of Kedro with a new dataset for realtime data processing using Spark Structured Streaming. ]]></description>
        </item>
        <item>
            <title><![CDATA[How to use Databricks managed Delta tables in a Kedro project]]></title>
            <link>https://kedro.org/blog/managed-delta-tables-kedro-dataset</link>
            <guid>https://kedro.org/blog/managed-delta-tables-kedro-dataset</guid>
            <pubDate>Wed, 05 Jul 2023 09:25:15 GMT</pubDate>
            <description><![CDATA[This post explains how to use a newly-released dataset for managed Delta tables in Databricks within your Kedro project.]]></description>
        </item>
        <item>
            <title><![CDATA[Get up to speed: how to build a custom Kedro runner]]></title>
            <link>https://kedro.org/blog/build-a-custom-kedro-runner</link>
            <guid>https://kedro.org/blog/build-a-custom-kedro-runner</guid>
            <pubDate>Wed, 21 Jun 2023 14:51:58 GMT</pubDate>
            <description><![CDATA[We explain how to write an efficient custom Kedro pipeline runner that continues executing a set of nodes after encountering non-catastrophic failure points.]]></description>
        </item>
        <item>
            <title><![CDATA[Kedro celebrates 4 years as an open-source project]]></title>
            <link>https://kedro.org/blog/kedro-celebrates-4-years-open-source</link>
            <guid>https://kedro.org/blog/kedro-celebrates-4-years-open-source</guid>
            <pubDate>Tue, 13 Jun 2023 08:04:39 GMT</pubDate>
            <description><![CDATA[As we commemorate the 4th anniversary of our open-source journey, we look back on some key milestones with gratitude to the Kedroid community who have supported us. ]]></description>
        </item>
        <item>
            <title><![CDATA[Unveiling Kedro's striking new branding]]></title>
            <link>https://kedro.org/blog/a-striking-new-look-for-kedro</link>
            <guid>https://kedro.org/blog/a-striking-new-look-for-kedro</guid>
            <pubDate>Fri, 09 Jun 2023 06:14:03 GMT</pubDate>
            <description><![CDATA[We are thrilled to announce that the Kedro brand has had a makeover. This article shares the inspiration that went into the rebrand and explores the exciting changes that lie ahead.
]]></description>
        </item>
        <item>
            <title><![CDATA[Collaborative experiment tracking in Kedro-Viz]]></title>
            <link>https://kedro.org/blog/collaborative-experiment-tracking-in-kedro-viz</link>
            <guid>https://kedro.org/blog/collaborative-experiment-tracking-in-kedro-viz</guid>
            <pubDate>Thu, 01 Jun 2023 08:59:29 GMT</pubDate>
            <description><![CDATA[We've launched collaborative experiment tracking in Kedro-Viz 6.2.0 to enable a team of users to log and compare each others' experiments. This tutorial explains how to configure and use the feature.]]></description>
        </item>
        <item>
            <title><![CDATA[How to become a more technical product owner]]></title>
            <link>https://kedro.org/blog/become-a-more-technical-product-owner</link>
            <guid>https://kedro.org/blog/become-a-more-technical-product-owner</guid>
            <pubDate>Wed, 24 May 2023 05:16:44 GMT</pubDate>
            <description><![CDATA[On World Product Day 2023, Yetunde Dada explains how to build your technical skills as a product owner to enhance your effectiveness and success in the role.
]]></description>
        </item>
        <item>
            <title><![CDATA[A Polars exploration into Kedro]]></title>
            <link>https://kedro.org/blog/a-polars-exploration-into-kedro</link>
            <guid>https://kedro.org/blog/a-polars-exploration-into-kedro</guid>
            <pubDate>Wed, 17 May 2023 11:06:04 GMT</pubDate>
            <description><![CDATA[Polars is an open-source library that provides fast dataframes for Python. This blog post explains how can you use Polars instead of pandas in Kedro for your data catalog and data manipulation.]]></description>
        </item>
        <item>
            <title><![CDATA[Seven steps to deploy Kedro pipelines on Amazon EMR]]></title>
            <link>https://kedro.org/blog/how-to-deploy-kedro-pipelines-on-amazon-emr</link>
            <guid>https://kedro.org/blog/how-to-deploy-kedro-pipelines-on-amazon-emr</guid>
            <pubDate>Wed, 10 May 2023 16:17:31 GMT</pubDate>
            <description><![CDATA[Amazon EMR works with open-source big data frameworks like Apache Spark to help you tackle vast amounts of data. This post explains how to combine Amazon EMR, Kedro, and Apache Spark. ]]></description>
        </item>
        <item>
            <title><![CDATA[In the Pipeline: May 2023]]></title>
            <link>https://kedro.org/blog/in-the-pipeline-kedro-news-05-23</link>
            <guid>https://kedro.org/blog/in-the-pipeline-kedro-news-05-23</guid>
            <pubDate>Thu, 04 May 2023 10:19:22 GMT</pubDate>
            <description><![CDATA["In the Pipeline" is overflowing with the latest Kedro news, upcoming events, and interesting topics.]]></description>
        </item>
        <item>
            <title><![CDATA[Seven development principles for opinionated teams]]></title>
            <link>https://kedro.org/blog/development-principles-for-opinionated-teams</link>
            <guid>https://kedro.org/blog/development-principles-for-opinionated-teams</guid>
            <pubDate>Wed, 26 Apr 2023 15:53:39 GMT</pubDate>
            <description><![CDATA[In this blog post, we introduce a set of principles that summarise our development philosophy and steer our decision-making. ]]></description>
        </item>
        <item>
            <title><![CDATA[News from the Kedro Technical Steering Committee ]]></title>
            <link>https://kedro.org/blog/news-from-the-kedro-technical-steering-committee</link>
            <guid>https://kedro.org/blog/news-from-the-kedro-technical-steering-committee</guid>
            <pubDate>Wed, 19 Apr 2023 16:33:20 GMT</pubDate>
            <description><![CDATA[We announce a new member of the Kedro Technical Steering Committee as we move towards Kedro's 4th open source anniversary.]]></description>
        </item>
        <item>
            <title><![CDATA[How do data scientists combine Kedro and Databricks?]]></title>
            <link>https://kedro.org/blog/how-do-data-scientists-combine-kedro-and-databricks</link>
            <guid>https://kedro.org/blog/how-do-data-scientists-combine-kedro-and-databricks</guid>
            <pubDate>Fri, 14 Apr 2023 15:31:15 GMT</pubDate>
            <description><![CDATA[In recent research, we learned that Databricks is the dominant machine-learning platform used by Kedro users. We investigated aspects of our users' data science workflows to prioritise seamless Kedro usage, and we are collaborating with Databricks on our findings.]]></description>
        </item>
        <item>
            <title><![CDATA[Introducing your new team lead…Kedro]]></title>
            <link>https://kedro.org/blog/introducing-your-new-team-lead-kedro</link>
            <guid>https://kedro.org/blog/introducing-your-new-team-lead-kedro</guid>
            <pubDate>Wed, 05 Apr 2023 10:54:55 GMT</pubDate>
            <description><![CDATA[This post explains how Kedro can guide an analytics team to follow best practices and avoid technical debt.]]></description>
        </item>
        <item>
            <title><![CDATA[A new home for the Kedro blog and some recent releases]]></title>
            <link>https://kedro.org/blog/a-new-home-for-the-kedro-blog</link>
            <guid>https://kedro.org/blog/a-new-home-for-the-kedro-blog</guid>
            <pubDate>Tue, 28 Mar 2023 13:36:38 GMT</pubDate>
            <description><![CDATA[In this post, we describe recent releases to Kedro, Kedro-Viz and some new Kedro datasets. We also show off our new blog design.]]></description>
        </item>
        <item>
            <title><![CDATA[Track machine learning experiments with Kedro]]></title>
            <link>https://kedro.org/blog/experiment-tracking-with-kedro</link>
            <guid>https://kedro.org/blog/experiment-tracking-with-kedro</guid>
            <pubDate>Thu, 16 Mar 2023 11:26:28 GMT</pubDate>
            <description><![CDATA[This article focuses on experiment tracking, explaining why it is valuable to data science projects and describing the features recently released for experiment tracking in Kedro projects. ]]></description>
        </item>
    </channel>
</rss>