hvpaiva / clean-architecture-nestjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use this structure to deploy as Microservice

kenchoong opened this issue · comments

Hey nice work, need to ask a question,

which this architecture, is it possible to deploy it as microservice?

So for now todo is a microservice, then can I expand it to user, order, etc to microservice?

Like normally what I do is, 1 folder, 1 microservices app, will be build as 1 docker image.

can u give me some idea on this??

Hey nice work, need to ask a question,

which this architecture, is it possible to deploy it as microservice?

So for now todo is a microservice, then can I expand it to user, order, etc to microservice?

Like normally what I do is, 1 folder, 1 microservices app, will be build as 1 docker image.

can u give me some idea on this??

Thank you, and sorry for the delay in responding.

I believe so.

Today, I work with a similar architecture, but in Java, and all our services are microservices. I think the real challenge is to define the scope limits well, to not allow the microservice to grow "fat".

In the end, the real purpose of this template was to demonstrate architectural concepts being applied in NestJS, so Infrastructure implementation specifications can change as needed.

As for the ideas for implementing this infrastructure, unfortunately, I will be indebted to you since there are numerous and they are a little outside the proposal of this project.

No problem man. This repo already done a lot for me