<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Dapr Tutorials on Dapr Docs</title><link>https://v1-18.docs.dapr.io/getting-started/tutorials/</link><description>Recent content in Dapr Tutorials on Dapr Docs</description><generator>Hugo</generator><language>en</language><atom:link href="https://v1-18.docs.dapr.io/getting-started/tutorials/index.xml" rel="self" type="application/rss+xml"/><item><title>Define a component</title><link>https://v1-18.docs.dapr.io/getting-started/tutorials/get-started-component/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v1-18.docs.dapr.io/getting-started/tutorials/get-started-component/</guid><description>&lt;p>When building an app, you&amp;rsquo;d most likely create your own component file definitions, depending on the building block and specific component that you&amp;rsquo;d like to use.&lt;/p>
&lt;p>In this tutorial, you will create a component definition file to interact with the &lt;a href="https://v1-18.docs.dapr.io/developing-applications/building-blocks/secrets/">secrets building block API&lt;/a>:&lt;/p>
&lt;ul>
&lt;li>Create a local JSON secret store.&lt;/li>
&lt;li>Register the secret store with Dapr using a component definition file.&lt;/li>
&lt;li>Obtain the secret using the Dapr HTTP API.&lt;/li>
&lt;/ul>
&lt;h2 id="step-1-create-a-json-secret-store">Step 1: Create a JSON secret store&lt;/h2>
&lt;ol>
&lt;li>
&lt;p>Create a new directory named &lt;code>my-components&lt;/code> to hold the new secret and component file:&lt;/p></description></item><item><title>Tutorial: Configure state store and pub/sub message broker</title><link>https://v1-18.docs.dapr.io/getting-started/tutorials/configure-state-pubsub/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v1-18.docs.dapr.io/getting-started/tutorials/configure-state-pubsub/</guid><description>&lt;p>To get up and running with the state and Pub/sub building blocks, you&amp;rsquo;ll need two components:&lt;/p>
&lt;ul>
&lt;li>A state store component for persistence and restoration.&lt;/li>
&lt;li>As pub/sub message broker component for async-style message delivery.&lt;/li>
&lt;/ul>
&lt;p>A full list of supported components can be found here:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://v1-18.docs.dapr.io/reference/components-reference/supported-state-stores/">Supported state stores&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://v1-18.docs.dapr.io/reference/components-reference/supported-pubsub/">Supported pub/sub message brokers&lt;/a>&lt;/li>
&lt;/ul>
&lt;p>For this tutorial, we describe how to get up and running with Redis.&lt;/p>
&lt;h3 id="step-1-create-a-redis-store">Step 1: Create a Redis store&lt;/h3>
&lt;p>Dapr can use any Redis instance, either:&lt;/p></description></item></channel></rss>