Running Elixir and Phoenix projects on a cluster of nodes Free Elixir workshop at the Erlang Factory Lite Brussel

Plasm - Ecto's composable query multitool

I love Ecto and the composability of its queries, but it’s low-level, so I found myself reimplementing my own count, random, first, last, etc. functions in all my models/projects.

Plasm seeks to provide a high-level, generic, composable library of functions to make working with Ecto easier.

https://github.com/atomic-fads/plasm

Contributions welcome!