<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>NoSQL on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/nosql/</link><description>Recent content in NoSQL on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 19 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/nosql/index.xml" rel="self" type="application/rss+xml"/><item><title>Introduction to Redis</title><link>https://ai-blog.noorshomelab.dev/redis-guide/introduction-to-redis/</link><pubDate>Fri, 07 Nov 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/redis-guide/introduction-to-redis/</guid><description>&lt;p&gt;Welcome to the world of Redis! If you&amp;rsquo;re building modern applications that demand speed, scalability, and real-time capabilities, Redis is an indispensable tool you&amp;rsquo;ll want in your arsenal. This introductory chapter will lay the groundwork for your journey, explaining what Redis is, why it&amp;rsquo;s so powerful, and how it&amp;rsquo;s used in the real world.&lt;/p&gt;
&lt;h3 id="what-is-redis"&gt;What is Redis?&lt;/h3&gt;
&lt;p&gt;Redis, which stands for &lt;strong&gt;RE&lt;/strong&gt;mote &lt;strong&gt;DI&lt;/strong&gt;ctionary &lt;strong&gt;S&lt;/strong&gt;erver, is an open-source, in-memory data structure store. While it&amp;rsquo;s often referred to as a &amp;ldquo;NoSQL database&amp;rdquo; or &amp;ldquo;key-value store,&amp;rdquo; Redis is much more versatile. It functions as a:&lt;/p&gt;</description></item><item><title>Chapter 4: ScyllaDB: A Real-time Database for AI (Overview)</title><link>https://ai-blog.noorshomelab.dev/usearch-scylladb-vector-search-guide-2026/04-scylladb-overview/</link><pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/usearch-scylladb-vector-search-guide-2026/04-scylladb-overview/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 4! In our previous chapters, we embarked on an exciting journey into the world of vector embeddings and discovered the incredible efficiency of USearch for lightning-fast similarity searches. Now, it&amp;rsquo;s time to introduce the perfect partner for USearch in building scalable, real-time AI applications: &lt;strong&gt;ScyllaDB&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;This chapter will provide you with a comprehensive overview of ScyllaDB, focusing on its architecture, core principles, and why it&amp;rsquo;s an exceptional choice for housing and querying the vast amounts of vector data generated by modern AI systems. We&amp;rsquo;ll explore how ScyllaDB&amp;rsquo;s design inherently supports the demands of real-time vector search, setting the stage for deep dives into practical integration in upcoming chapters.&lt;/p&gt;</description></item><item><title>Redis Core Concepts: Hashes</title><link>https://ai-blog.noorshomelab.dev/redis-guide/redis-hashes/</link><pubDate>Fri, 07 Nov 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/redis-guide/redis-hashes/</guid><description>&lt;p&gt;While Redis Strings are great for simple key-value pairs, what if you need to store more complex, structured data, similar to a JavaScript object or a Python dictionary? That&amp;rsquo;s where &lt;strong&gt;Redis Hashes&lt;/strong&gt; come in.&lt;/p&gt;
&lt;p&gt;A Redis Hash is a map between string fields and string values. It&amp;rsquo;s ideal for representing objects, like a user profile, a product, or a configuration set, where each object has multiple attributes (fields) and their corresponding values.&lt;/p&gt;</description></item><item><title>Data Management: Storage, Databases, and Caching Strategies</title><link>https://ai-blog.noorshomelab.dev/netflix-internals-guide-2026-03-19/data-management-storage-caching/</link><pubDate>Thu, 19 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/netflix-internals-guide-2026-03-19/data-management-storage-caching/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;In the intricate architecture of a global streaming giant like Netflix, data management is not just a component; it&amp;rsquo;s the backbone supporting every interaction, every recommendation, and every streamed second. This chapter delves into the sophisticated strategies Netflix employs to store, access, and manage the vast amounts of data—from petabytes of video content to user profiles, viewing history, and real-time operational metrics.&lt;/p&gt;
&lt;p&gt;Understanding Netflix&amp;rsquo;s approach to data is crucial for grasping how they achieve high availability, extreme scalability, and personalized user experiences across millions of concurrent users worldwide. We will explore their polyglot persistence strategy, the diverse set of databases they leverage, and their critical distributed caching mechanisms. By the end of this chapter, you will have a clear mental model of how Netflix&amp;rsquo;s data layer operates, the design choices behind it, and the significant tradeoffs involved.&lt;/p&gt;</description></item><item><title>USearch &amp;amp; ScyllaDB Vector Search Practical Field Guide</title><link>https://ai-blog.noorshomelab.dev/guides/usearch-scylladb-vector-search-guide/</link><pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/usearch-scylladb-vector-search-guide/</guid><description>&lt;h2 id="welcome-to-the-world-of-ultra-fast-vector-search"&gt;Welcome to the World of Ultra-Fast Vector Search!&lt;/h2&gt;
&lt;p&gt;Are you ready to dive into one of the most exciting areas in modern AI and data management? This guide is your comprehensive pathway to mastering &lt;strong&gt;USearch&lt;/strong&gt; – an incredibly efficient open-source vector search library – and integrating it seamlessly with &lt;strong&gt;ScyllaDB&lt;/strong&gt;, a real-time, high-performance NoSQL database. Together, they form a powerhouse for building scalable, lightning-fast AI applications.&lt;/p&gt;
&lt;h3 id="what-is-usearch-and-scylladb-vector-search"&gt;What is USearch and ScyllaDB Vector Search?&lt;/h3&gt;
&lt;p&gt;Imagine you have millions of items – perhaps images, documents, or user queries – and you want to find others that are &amp;ldquo;similar&amp;rdquo; in meaning or content, not just by exact keyword matches. This is where &lt;strong&gt;vector search&lt;/strong&gt; shines!&lt;/p&gt;</description></item><item><title>MongoDB 8.0: A Comprehensive Guide for Beginners</title><link>https://ai-blog.noorshomelab.dev/guides/mongodb-8-0-learning-document/</link><pubDate>Wed, 20 Aug 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/mongodb-8-0-learning-document/</guid><description>&lt;h1 id="mastering-mongodb-80-a-comprehensive-guide-for-beginners"&gt;Mastering MongoDB 8.0: A Comprehensive Guide for Beginners&lt;/h1&gt;
&lt;p&gt;Welcome to this comprehensive guide on MongoDB 8.0! This document is designed for absolute beginners with no prior knowledge of databases or MongoDB. We&amp;rsquo;ll start with the very basics and gradually build up to advanced concepts, practical examples, and real-world projects. By the end of this guide, you&amp;rsquo;ll have a solid understanding of MongoDB and the skills to apply it effectively in your own applications.&lt;/p&gt;</description></item></channel></rss>