Concurrent Data Processing in Elixir

preview-18
  • Concurrent Data Processing in Elixir Book Detail

  • Author : Svilen Gospodinov
  • Release Date : 2021-07-25
  • Publisher : Pragmatic Bookshelf
  • Genre : Computers
  • Pages : 221
  • ISBN 13 : 1680508962
  • File Size : 84,84 MB

Concurrent Data Processing in Elixir by Svilen Gospodinov PDF Summary

Book Description: Learn different ways of writing concurrent code in Elixir and increase your application's performance, without sacrificing scalability or fault-tolerance. Most projects benefit from running background tasks and processing data concurrently, but the world of OTP and various libraries can be challenging. Which Supervisor and what strategy to use? What about GenServer? Maybe you need back-pressure, but is GenStage, Flow, or Broadway a better choice? You will learn everything you need to know to answer these questions, start building highly concurrent applications in no time, and write code that's not only fast, but also resilient to errors and easy to scale. Whether you are building a high-frequency stock trading application or a consumer web app, you need to know how to leverage concurrency to build applications that are fast and efficient. Elixir and the OTP offer a range of powerful tools, and this guide will show you how to choose the best tool for each job, and use it effectively to quickly start building highly concurrent applications. Learn about Tasks, supervision trees, and the different types of Supervisors available to you. Understand why processes and process linking are the building blocks of concurrency in Elixir. Get comfortable with the OTP and use the GenServer behaviour to maintain process state for long-running jobs. Easily scale the number of running processes using the Registry. Handle large volumes of data and traffic spikes with GenStage, using back-pressure to your advantage. Create your first multi-stage data processing pipeline using producer, consumer, and producer-consumer stages. Process large collections with Flow, using MapReduce and more in parallel. Thanks to Broadway, you will see how easy it is to integrate with popular message broker systems, or even existing GenStage producers. Start building the high-performance and fault-tolerant applications Elixir is famous for today. What You Need: You'll need Elixir 1.9+ and Erlang/OTP 22+ installed on a Mac OS X, Linux, or Windows machine.

Disclaimer: www.yourbookbest.com does not own Concurrent Data Processing in Elixir books pdf, neither created or scanned. We just provide the link that is already available on the internet, public domain and in Google Drive. If any way it violates the law or has any issues, then kindly mail us via contact us page to request the removal of the link.

Concurrent Data Processing in Elixir

Concurrent Data Processing in Elixir

File Size : 8,8 MB
Total View : 3158 Views
DOWNLOAD

Learn different ways of writing concurrent code in Elixir and increase your application's performance, without sacrificing scalability or fault-tolerance. Most

Programming Ecto

Programming Ecto

File Size : 9,9 MB
Total View : 4967 Views
DOWNLOAD

Languages may come and go, but the relational database endures. Learn how to use Ecto, the premier database library for Elixir, to connect your Elixir and Phoen

Elixir in Action

Elixir in Action

File Size : 10,10 MB
Total View : 3974 Views
DOWNLOAD

Summary Revised and updated for Elixir 1.7, Elixir in Action, Second Edition teaches you how to apply Elixir to practical problems associated with scalability,

The Little Elixir & OTP Guidebook

The Little Elixir & OTP Guidebook

File Size : 71,71 MB
Total View : 5659 Views
DOWNLOAD

Summary The Little Elixir & OTP Guidebook gets you started programming applications with Elixir and OTP. You begin with a quick overview of the Elixir language