Description
Max Brauer - Stop trying to glue your services together; import lymph [EuroPython 2015] [21 July 2015] [Bilbao, Euskadi, Spain]
What if you could focus on functionality rather than the glue code between services?
Lymph is an opinionated framework for writing services in Python. It features pluggable service discovery, request-reply messaging and pluggable pub-sub messaging.
As our development teams are growing, we're moving away from our monolithic architecture. We want to write services and not worry about the infrastructure's needs. We want development to be fast, quick and simply work.
In this talk we will show you how easy it is to write and run services with lymph. Go check http://lymph.io - we are accepting pull requests.