CQRS with Elixir and Phoenix
I implemented the CQRS (Command Pattern Responsibility Separation) pattern for a REST server I am writing in Elixir and Phoenix. It was surprisingly easy, thanks to OTP and Elixir’s macros.
http://jfcloutier.github.io/jekyll/update/2015/11/04/cqrs_elixir_phoenix.html
Read next try write something