top | item 8873753

(no title)

tmwatson100 | 11 years ago

True, but all these installed apps still increase the size of your one project which becomes larger and larger. You can't install it in parts, you can't make any architectural or language changes as it requires a rewrite of the whole project and each new release/ deploy effects the entire codebase.

Microservices doesn't fix everything and you're right about Django encouraging this type of design. Each approach has it's pros and cons.

discuss

order

illumen|11 years ago

You can easily have a Django app which calls a micro service.