Questions tagged [monolithic]
54 questions
0
votes
1 answer
migrate from monolith to microservice architecture
I have running my backend services based on Monolith Architecture using Node.js express. The application is getting big and I need to migrate from Monolith to Microserivce Architecture.
I decided to use REDIS pub/sub methods for messaging purpose…

Amir Zandi
- 1
- 2
0
votes
1 answer
Is containerized monolithic less scalable than microservice?
Apart from the other advantages of microservice, i dont understand the scaling argument. Sure, microservice can scale better than monolithic, but if you containerize monolithic, it should scale just like microservie, right?
For example, you have 100…

SinOfficial
- 536
- 5
- 15
0
votes
1 answer
Why is the Windows NT kernel said to be a hybrid model?
According to Wikipedia, the Windows Kernel is a hybrid model, meaning it has both a monolithic and microkernel architecture.
But both definitions are very opposite: monolithic is that there is a shared place for both system services and core…

er sd
- 71
- 1
- 4
0
votes
1 answer
How can I divide one database to multi databases?
I want to decompose my application to adopt microservices architecture, and i will need to come up with a solid strategy to split my database (Mysql) into multiple small databases (mysql) aligned with my applications.

mohamed benayad
- 11
- 1
- 2
0
votes
2 answers
Isn't Service Mesh a monolithic (ironic) solution for a microservice universe?
After reviewing and experimenting with service mesh offerings, isn't Service Mesh a monolithic (ironic) solution for a microservice universe?

Nathan Aw
- 545
- 5
- 18
0
votes
1 answer
Is it possible to implement Scrum while building a Monolith?
I am actually learning Scrum, and there is no recommendation for a particular app architecture.
I have the feeling that Scrum is designed to go with Domain Driven Design, and that every Sprint should map to a Bounded Context, which are better…

acmoune
- 2,981
- 3
- 24
- 41
-1
votes
1 answer
WebAps - Monolith architecture Or Microservice Architecture, pros and cons?
We are creating a new solution having some business entities like, financiers, contracts, device financing, payments. We mainly have 5-6 domain objects.
So which kind of architecture we should be going with, which has better adaptability in future…

KPK
- 160
- 1
- 7
-2
votes
2 answers
Which is best Monolith or Microservices
I am confused about which architecture I should choose.
I have to work with three 3rd part APIs. But each of the three has only 5 get APIS.
And we have a plan to move to serverless deployment. (https://aws.amazon.com/fargate)
My question is which…

hanushi
- 1,169
- 2
- 12
- 27
-2
votes
2 answers
Design and architecture solutions to break a monolithic "NON web based local host application"
I am looking at pointers for design and architecture solutions to break a monolithic application. This application is a non-web, localhost application. How can I do this using Microservices, Kubernetes, Dockers? Are Dockers, Kubernetes and…

py_newbie
- 329
- 2
- 9