<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Redis Data Integration on Docs</title>
    <link>https://redis.io/docs/latest/integrate/redis-data-integration/</link>
    <description>Recent content in Redis Data Integration on Docs</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="https://redis.io/docs/latest/integrate/redis-data-integration/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>When to use RDI</title>
      <link>https://redis.io/docs/latest/integrate/redis-data-integration/when-to-use/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/integrate/redis-data-integration/when-to-use/</guid>
      <description>Redis Data Integration keeps Redis in sync with the primary database in near real time.</description>
    </item>
    <item>
      <title>Quickstart</title>
      <link>https://redis.io/docs/latest/integrate/redis-data-integration/quick-start-guide/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/integrate/redis-data-integration/quick-start-guide/</guid>
      <description>&lt;p&gt;In this tutorial you will learn how to install RDI and set up a pipeline to ingest live data from a &lt;a href=&#34;https://www.postgresql.org/&#34;&gt;PostgreSQL&lt;/a&gt; database into a Redis database.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34; class=&#34;group relative&#34;&gt;&#xA;  Prerequisites&#xA;  &lt;a href=&#34;#prerequisites&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A Redis Enterprise database that will serve as the pipeline target. The dataset that will be ingested is&#xA;quite small in size, so a single shard database should be enough. RDI also needs to maintain its&#xA;own database on the cluster to store state information. &lt;em&gt;This requires Redis Enterprise v6.4 or greater&lt;/em&gt;.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://redis.io/docs/latest/develop/tools/insight/&#34;&gt;Redis Insight&lt;/a&gt;&#xA;to edit your pipeline&lt;/li&gt;&#xA;&lt;li&gt;A virtual machine (VM) with one of the following operating systems:&lt;br&gt;&#xA;&#xA;  &#xA;  &#xA;    &lt;ul&gt;&#xA;  &lt;li&gt;RHEL 8 or 9&lt;/li&gt;&#xA;  &lt;li&gt;Ubuntu 20.04, 22.04, or 24.04&lt;/li&gt;&#xA;  &lt;/ul&gt;&#xA;  &#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;overview&#34; class=&#34;group relative&#34;&gt;&#xA;  Overview&#xA;  &lt;a href=&#34;#overview&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The following diagram shows the structure of the pipeline we will create (see&#xA;the &lt;a href=&#34;https://redis.io/docs/latest/integrate/redis-data-integration/architecture/#overview&#34;&gt;architecture overview&lt;/a&gt; to learn how the pipeline works):&lt;/p&gt;</description>
    </item>
    <item>
      <title>Architecture</title>
      <link>https://redis.io/docs/latest/integrate/redis-data-integration/architecture/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/integrate/redis-data-integration/architecture/</guid>
      <description>Redis Data Integration keeps Redis in sync with the primary database in near real time.</description>
    </item>
    <item>
      <title>Observability</title>
      <link>https://redis.io/docs/latest/integrate/redis-data-integration/observability/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/integrate/redis-data-integration/observability/</guid>
      <description>Redis Data Integration keeps Redis in sync with the primary database in near real time.</description>
    </item>
    <item>
      <title>FAQ</title>
      <link>https://redis.io/docs/latest/integrate/redis-data-integration/faq/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/integrate/redis-data-integration/faq/</guid>
      <description>Redis Data Integration keeps Redis in sync with the primary database in near real time.</description>
    </item>
    <item>
      <title>Troubleshooting</title>
      <link>https://redis.io/docs/latest/integrate/redis-data-integration/troubleshooting/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/integrate/redis-data-integration/troubleshooting/</guid>
      <description>Redis Data Integration keeps Redis in sync with the primary database in near real time.</description>
    </item>
    <item>
      <title>Preview version</title>
      <link>https://redis.io/docs/latest/integrate/redis-data-integration/rdi-archive/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/integrate/redis-data-integration/rdi-archive/</guid>
      <description>&lt;p&gt;RDI is now in general availability but you can still access an&#xA;&lt;a href=&#34;https://docs.redis.com/rdi-preview/rdi/&#34;&gt;archived version of the docs for the preview version&lt;/a&gt;&#xA;if you need to refer to them. Note that these docs will not be updated and&#xA;information in the current docs supersedes the content of the preview docs.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
