bajo1207 / piggymetrics

Microservice Architecture with Spring Boot, Spring Cloud and Docker
https://piggymetrics.tk
Other
0 stars 0 forks source link

Reach consensus on underlying Python Framework #8

Closed jblossey closed 4 years ago

jblossey commented 4 years ago

Current candidates are:

jblossey commented 4 years ago

Flask

jblossey commented 4 years ago

Django

jblossey commented 4 years ago

Falcon

jblossey commented 4 years ago

CherryPy

jblossey commented 4 years ago

Appier

jblossey commented 4 years ago

Bottle

jblossey commented 4 years ago

I would personally prefer:

  1. CherryPy
  2. Flask
  3. Falcon
AndreasSpateneder commented 4 years ago

After sprint meeting we decided to use CherryPy as the project Framework. It is a lightweight framework which has a suitible complexity for this project.