Getting Started with Scarab Eventstore

Installation

in your mix.exs file add the following:

def deps do
 [
  {:scarab_es, "~> 0.2.0"}
 ]
end