<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jean-Paul Bonnetouche</title>
    <description>The latest articles on DEV Community by Jean-Paul Bonnetouche (@goodtouch).</description>
    <link>https://dev.to/goodtouch</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F411602%2Fa1191e6f-67fa-4078-9702-3c5044054c1b.png</url>
      <title>DEV Community: Jean-Paul Bonnetouche</title>
      <link>https://dev.to/goodtouch</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/goodtouch"/>
    <language>en</language>
    <item>
      <title>Consuming high-throughput Redis streams with Rust</title>
      <dc:creator>Jean-Paul Bonnetouche</dc:creator>
      <pubDate>Wed, 10 Mar 2021 01:35:07 +0000</pubDate>
      <link>https://dev.to/goodtouch/consuming-high-throughput-redis-streams-with-rust-580c</link>
      <guid>https://dev.to/goodtouch/consuming-high-throughput-redis-streams-with-rust-580c</guid>
      <description>&lt;p&gt;Today I’d like to share a small rust library that helps you produce and consume Redis stream data.&lt;/p&gt;

&lt;p&gt;Based on &lt;a href="https://github.com/mitsuhiko/redis-rs"&gt;redis-rs&lt;/a&gt;, this library is a port of the Elixir &lt;a href="https://github.com/compound-finance/redix_stream"&gt;Redix.Stream&lt;/a&gt; library.&lt;/p&gt;

&lt;p&gt;We have been using at &lt;a href="https://github.com/klaxit"&gt;Klaxit&lt;/a&gt; to process the combined log streams from Heroku’s &lt;a href="https://devcenter.heroku.com/articles/logplex"&gt;Logplex&lt;/a&gt; and automatically fix some performance issues that sometimes happen on Heroku even before our users notice them.&lt;/p&gt;

&lt;p&gt;We also use it to scale some services when needed.&lt;/p&gt;

&lt;p&gt;It’s been running in production with great success for more than six months.&lt;/p&gt;

&lt;p&gt;The project is available here: &lt;a href="https://github.com/klaxit/redis-stream-rs"&gt;https://github.com/klaxit/redis-stream-rs&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Feel free to check the README for simple and more advanced (aka consumer groups) usage!&lt;/p&gt;

&lt;p&gt;This is our first Rust project, so all feedbacks are welcome!&lt;/p&gt;

&lt;p&gt;Enjoy ;-)&lt;/p&gt;

</description>
      <category>rust</category>
      <category>redis</category>
      <category>performance</category>
    </item>
  </channel>
</rss>
