Back to Books
Buy Book
Concurrent Data Processing in Elixir
Fast, Resilient Applications with OTP, GenStage, Flow, and Broadway
Authors
Svilen Gospodinov
Publisher
Pragmatic Bookshelf
Published
August 09, 2021
Pages
174
Price
$26.95
Topics
elixir
concurrency
otp
performance
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.