Yes, in this architecture I chose to use a service for each model.
If you have a very large application with a lot of models, then what I would recommend is to use a microservices architecture.
That could be done having various micro applications like this one, each running on a separate docker container. This actually is a content I am working on for the next post.
Yes, in this architecture I chose to use a service for each model.
If you have a very large application with a lot of models, then what I would recommend is to use a microservices architecture.
That could be done having various micro applications like this one, each running on a separate docker container. This actually is a content I am working on for the next post.
Great! Thanks for the recommendation.
Regards.