﻿<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://www.hibit.dev/rss/posts/201" rel="self" type="application/rss+xml" />
        <title><![CDATA[MongoDB aggregation pipelines explained]]></title>
        <description><![CDATA[<p>MongoDB’s aggregation framework is a robust tool for processing and analyzing data directly within the database. Instead of retrieving data to manipulate it in your application code, you can run complex queries and transformations on the server side. The core of this framework is the aggregation pipeline, which allows you to chain together various stages to perform tasks like filtering, grouping, sorting, and reshaping your data.</p>]]></description>
        <link><![CDATA[https://www.hibit.dev/posts/201/mongodb-aggregation-pipelines-explained]]></link>
        <pubDate>Mon, 23 Sep 2024 09:00:09 +0000</pubDate>
        <language>en</language>
        <category>databases</category>

        <image>
            <title>mongodb-aggregation-pipelines-explained</title>
            <link><![CDATA[https://www.hibit.dev/posts/201/mongodb-aggregation-pipelines-explained]]></link>
            <url><![CDATA[https://www.hibit.dev/images/posts/2024/headers/mongodb_pipelines.png]]></url>
            <width>200></width>
            <height>200></height>
        </image>
    </channel>
</rss>
