meraj_enigma

meraj_enigma

What’s a good resource to learn Microservices in Elixir/Phoenix?

Hey,

What’s a good resource to learn Microservices in Elixir/Phoenix? Is there any book/docs/Github repos that I can refer to?

Thanks,
-M

Most Liked

whatyouhide

whatyouhide

Elixir Core Team

I don’t know about Phoenix-specific resources. Is there anything in particular that you’re looking for on the Phoenix side? Otherwise, I’d probably look at two separate topics: building microservice systems as one, and maybe building APIs with Phoenix.

kokolegorille

kokolegorille

It is not an Elixir resource, but I did enjoy reading this book…

It’s node, but I could translate to Elixir most concepts. Here is an example of what I translated.

There is also commanded | Hex if You want to want to use CQRS/ES

by @slashdotdash

Sebb

Sebb

isn’t one of the great things of Elixr/OTP/BEAM that you do not need to use the microservices pattern?

meraj_enigma

meraj_enigma

Hi @whatyouhide, thanks for reply. I am more looking for the first topic - building microservice systems with Elixir/Phoenix.

There are many resources in other programming languages. For example this book I read long ago - Microservices Patterns builds an entire working microservices example system with code examples in Java.

There are many microservices pattern here on this site - Microservice Architecture pattern

I have not found any book or series of articles (as one article won’t be enough to cover everything about microservices) focusing on microservices in Elixir/Phoenix.

Elixir has umbrella apps but it has its own limits . Having some good resources on full blown microservices in Elixir would be good.

Hope this clarifies what I am looking for.

Thanks,
-Meraj

mpope

mpope

If your environment is pure BEAM, which is rare.

Where Next?

Popular in Chat/Questions Top

ariandanim
Hello all, I am still learning Elixir, then go into Phoenix, i am try search in google but find the programming phoenix 1.4, another for...
New
Lincxx
Hello, I’m sure this has been asked a bunch, but where to start. I do prefer vodeos over books, but recently I have found books to be mor...
New
lc0815
hello from a real frustrated newbe… I’m reading this article Full-Stack React With Phoenix (Chapter 3 | Introduction to Phoenix) by mich...
New
sadcad
I love the Phoenix and Elixir docs, but I always tend to learn faster when I watch a video of someone explaining things and then I implem...
New
loganhelms
A while back, I read a great book by Luis Atencio titled, Functional Programming in JavaScript. In section 7.3, he discusses memoization ...
New
asfand
I already created an Elixir Phoenix app for learning purpose. In this app students of our collage will create profiles, and will chat wit...
New
makeitrein
More Ecto questions! More madness! The context: there’s a list of books that I want to filter with a dropdown… The dropdown: looks some...
New
wallyfoo
Long story short, I have a real world need to create a view for hooking up a shipping terminal to live data, but because of some early ar...
New
yachnytskyi
Hello everyone. I am gonna start with Elixir/Phoenix, thinking to use Stephen Grider as a start point, then elixir school and other sourc...
New
Fl4m3Ph03n1x
Background After following the communitiy suggestion, I bought the Elixir in Action 2nd Edition book and I am about to finish it now. I ...
New

Other popular topics Top

Brian
What is the proper way to load a module from a file in to IEX? In the python world, doing something like this pretty standard: from ....
New
openscript
Hello! Sorry for this astonishing simple question, but I’m really stuck. I try to set up the intellij-elixir plugin, but I don’t know ho...
New
joaquinalcerro
Hi there, I am working with Ecto-Postgresql and I need to call all of the records from a specific table but the table has 40,000 record...
New
Harrisonl
We have an ECS cluster with 4 services, where each task joins a single cluster, via discovery ECS discovery service. Currently when I de...
New
vertexbuffer
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
script
If I have a string “1000 cfu/ml” . I want to remove the characters and / and space . So the string is like this "1000" What is the ...
New
fayddelight
I tried installing elixir 1.11.2 erlang 23.3.4 via asdf in my zsh shell. Enabled the versions locally and globally. When I list them ...
New
fireproofsocks
Forgive me if this is obvious, but how does one delete a database record WITHOUT selecting it first? https://hexdocs.pm/ecto/Ecto.Repo.h...
New
AstonJ
We’ve put together this wiki for Phoenix LiveView - please feel free to add any info you feel is worth including. What is Phoenix LiveV...
New
lanycrost
Hi everyone! I need implement if…else if…else condition from my elixir code, and anymore of this control flow structures not work proper...
New

We're in Beta

About us Mission Statement