<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/feed.rss.xml" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Tiago Luchini</title>
    <description/>
    <link>https://speakerdeck.com/luchiniatwork</link>
    <atom:link rel="self" type="application/rss+xml" href="https://speakerdeck.com/luchiniatwork.rss"/>
    <lastBuildDate>2017-10-12 17:11:31 -0400</lastBuildDate>
    <item>
      <title>The Power of Lacinia &amp; Hsytrix in Production</title>
      <description>Lacinia is Walmartlabs’ implementation of Facebook’s GraphQL on Clojure. It supports the full GraphQL spec, a high-performance parser for GraphQL queries built on Antlr4, and efficient and asynchronous query execution.

Hystrix is Netflix’ circuit-breaker implementation. It is a Java library that helps you control the interactions between distributed services by adding latency tolerance and fault tolerance logic.

By combining Lacinia’s resolvers and Hystrix’ highly performant thread-pool and fallback options you can achieve increased performance while also improving your system’s overall resiliency.

In this talk, we will explore the power of these two libraries together.</description>
      <media:content url="https://files.speakerdeck.com/presentations/f4857f609a0e44a789b248a537167ff2/preview_slide_0.jpg?8741984" type="image/jpeg" medium="image"/>
      <content:encoded>Lacinia is Walmartlabs’ implementation of Facebook’s GraphQL on Clojure. It supports the full GraphQL spec, a high-performance parser for GraphQL queries built on Antlr4, and efficient and asynchronous query execution.

Hystrix is Netflix’ circuit-breaker implementation. It is a Java library that helps you control the interactions between distributed services by adding latency tolerance and fault tolerance logic.

By combining Lacinia’s resolvers and Hystrix’ highly performant thread-pool and fallback options you can achieve increased performance while also improving your system’s overall resiliency.

In this talk, we will explore the power of these two libraries together.</content:encoded>
      <pubDate>Fri, 13 Oct 2017 00:00:00 -0400</pubDate>
      <link>https://speakerdeck.com/luchiniatwork/the-power-of-lacinia-and-hsytrix-in-production</link>
      <guid>https://speakerdeck.com/luchiniatwork/the-power-of-lacinia-and-hsytrix-in-production</guid>
    </item>
  </channel>
</rss>
