splitting Django monolithic

42 Views Asked by At

Let's say I've a big Django monolithic e-commerce I've product, orders and webhooks apps

I want to split them to make sure that when a service is down, the others stays up

when I do some changes in a model, I don't want to keep redoing the changes in the others any ideas on better approaches?

0

There are 0 best solutions below