[erlang-questions] Erlang microservice architecture ?
Thomas Elsgaard
thomas.elsgaard@REDACTED
Sat May 16 03:59:14 CEST 2015
Hi list
If you should recommend the architecture for an microservice implementation
with around 20 Erlang microservices implemented on separate servers, how
would you implement it ?
1) using gen_servers on each server and use rpc calls between services ?
2) using web servers like yaws or webmachine on each server, and use http +
json/xml between services ?
3) roll my own erlang applications + message parsing on each server ?
Or any better ideas ?
At some point, thing like service discovery will also be interresting
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20150515/0b7b63b5/attachment.htm>
More information about the erlang-questions
mailing list