﻿<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://www.hibit.dev/rss/posts/83" rel="self" type="application/rss+xml" />
        <title><![CDATA[Getting started with MongoDB]]></title>
        <description><![CDATA[<p>MongoDB is a popular open source and document oriented database system. It belongs to a family of databases called NoSQL, which is different from the traditional table based SQL databases. It makes use of collections, each having multiple documents, and allows the user to store data in a non relational format. Data is stored in flexible, JSON-like documents where fields can vary from document to document. That's the reason for calling it schemaless database.</p>]]></description>
        <link><![CDATA[https://www.hibit.dev/posts/83/getting-started-with-mongodb]]></link>
        <pubDate>Mon, 19 Dec 2022 11:18:08 +0000</pubDate>
        <language>en</language>
        <category>databases</category>

        <image>
            <title>getting-started-with-mongodb</title>
            <link><![CDATA[https://www.hibit.dev/posts/83/getting-started-with-mongodb]]></link>
            <url><![CDATA[https://www.hibit.dev/images/posts/2022/headers/mongodb_leaf.png]]></url>
            <width>200></width>
            <height>200></height>
        </image>
    </channel>
</rss>
