How to use Ecto's Repo.stream/1 to process large amounts of data
It’s great to have tools like Flow, GenStage, or Broadway, but you don’t always need them! This short post shows a really easy way to process large-ish (max few hours of processing) datasets using Ecto’s Repo.stream/1.
https://mkaszubowski.com/2021/02/16/ecto-repo-stream-data-processing.html
Read next Dynamic Nested Function Call with Macro