Towards a microservice architecture?

Just wanted to point out that there are other options in between the monolithic Rails app and microservices. For instance Components Based Rails Apps https://leanpub.com/cbra

What I’m saying is that it can be easier to move decoupled pieces of code into “modules/components” (Rails engines for instance) than jumping directly into the microservices jungle.

1 Like