Simpleflake – Distributed ID generationfor the lazy



Simpleflake – Distributed ID generationfor the lazy

0 0


chassis_presentation

Boston python presentation for flask-chassis.

On Github makmanalp / chassis_presentation

Flask-Chassis

Batteries included boilerplatefor REST APIs

Created by Mali Akmanalp / @makmanalp

Me

Mali Akmanalp Platform / Data Engineer @Custommade

Pain point

  • We use flask for REST APIs
  • Every time I start a new REST API, I do the exact same things over and over again.

All the time

  • Lay out project structure
  • Set up virtualenv and requirements
  • Hook up common modules

Flask-Chassis

Batteries included boilerplate template.

https://github.com/sawdustsoftware/flask-chassis

Demo

Classic backbone.js todo app

http://backbonejs.org/examples/todos/index.html https://github.com/malicustommade/todomvc_template

The End