Lessons: Data Processing
Processing large amount of data concurrently comes easy to Elixir. We'll explore how to leverage libraries to make this task even easier.
GenStage
In this lesson we’re going to take a closer look at the GenStage, what role it serves, and how we can leverage it in our applications.