Friday, 10 March 2017

Building Microservices with Python , Part I – Medium

Building Microservices with Python , Part I – Medium: "In this basic setup we are going to include those packages:



  • Flask (as a Framework) 
  • connexion (helpful tool to generate routes and Swagger docs) 
  • Flask-Injector (Dependency Injection package)
  •  Avro (or any data serialization package)




In this case, I chose Flask because I find it super useful to build small services without all the learning curve of Django. I just need something to help to do the routing and I will include whatever I need on it."



'via Blog this'

No comments:

Post a Comment