<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Subscriptions on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/subscriptions/</link><description>Recent content in Subscriptions on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 14 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/subscriptions/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 4: Querying Your Data: Retrieving and Filtering Information</title><link>https://ai-blog.noorshomelab.dev/spacetime-db-guide-2026/chapter-4-querying-data-retrieval/</link><pubDate>Sat, 14 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/spacetime-db-guide-2026/chapter-4-querying-data-retrieval/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome back, future SpaceTimeDB master! In the previous chapter, you learned how to define your database schema and create tables to store your application&amp;rsquo;s shared state. You even got a taste of how to add data to these tables using reducers. But what good is storing data if you can&amp;rsquo;t get it back out?&lt;/p&gt;
&lt;p&gt;This chapter is all about &lt;strong&gt;querying your data&lt;/strong&gt;. We&amp;rsquo;ll dive into how clients can ask SpaceTimeDB for specific pieces of information and how that information is kept up-to-date in real-time. We&amp;rsquo;ll explore the unique subscription model that makes SpaceTimeDB so powerful for real-time applications, and also touch upon how server-side logic (like your reducers) can access and filter data. By the end of this chapter, you&amp;rsquo;ll be able to retrieve exactly the data you need, when you need it, and react to changes instantly.&lt;/p&gt;</description></item></channel></rss>