Python Microservices for the real world

Without previous knowledge, we started to create a microservice. We started looking for tutorials, guides and best practices, but we found nothing to create professional projects. Most articles say:

  • "Install flask"
  • "Create routes"
  • (Sometimes) "Create a swagger specs"
  • "TA-DA! you have a microservice"

But... what happens when we want to use our configuration out of the code, such as a Kubernetes configmap? what happens with transactionality? If we have many microservices, what happens with traces?.

There are many problems around Python and microservices and we couldn't find anyone to give us any solutions.

We start creating these projects to try to solve all the problems we have found in our careers about microservices architecture.

Nowadays, is not perfect and we have a looong roadmap, but we hope this library could help other felas and friends ;)



Quick start