Friday 25 September 2020

Creating single app or distributing it into microservices on same server?

I have a backend which 1st processes the payment and then process the info to database then process data to another 3rd part API.is it going to be good idea to split this app into micro services and run as docker containers with minimal image size and communicate using GRPC or just go with monolithic.What I'm thinking is, since currently it's a single app then memory usage when ideal is also less. So if use docker along with 3-4 containers and a postgress, is it going to be too much for a 1GB-1Core server?

Submitted September 26, 2020 at 05:14AM by pverma8172

No comments:

Post a Comment