Slide 40
Slide 40 text
NO DISTINCTION BETWEEN REMOTE AND
LOCAL DATA
> Distributed first - things like ETS can run on other
computers or the same computer and your code won't
know the difference. Erlang did docker-compose before
it was cool
> Same for structs, data, processes - makes it easy to
horizontally scale your system