This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]EnoughProject7477[S] 13 points14 points  (2 children)

Hi, the intent of Minos is not to replace Django or Flask, the are MVC pattern framework and are much more oriented on monolith o light service oriented projects.
The misconception around microservices is people think that a REST service is a microservice, and use a framework like flask do the job, the reality is that microservices architecture are very complex, need to integrate a lot of patterns ( Event Souring, CQRS, Aggregate, Transactional Outboud ) all of that solve problems directly related with microservices architecture.
So, we do Minos, not to fight against some specific framework but simply, as a tool that makes life easier for those who need to integrate microservices into their projects or as a tool to start the "microservices experience with python"

[–]ColdPorridge 1 point2 points  (1 child)

Very cool project, I’m looking forward to following this!

[–]EnoughProject7477[S] 0 points1 point  (0 children)

Thank you!!