Scaling up Python with Microservices
Peeyush Aggarwal (~peeyush) |
13
Description:
This talk is aimed at discussing about how a regular web architecture could be broken into a Micro service based architecture that is able to support high concurrency and also provide a flexibility to build individual micro services into different technology stack as per need and requirements. This enables internal communication over RPC with minimal overhead and high concurrency.
Prerequisites:
Past experience in Web architecture. Familiarity with standard network protocols. Familiarity with event driven programming. Experience with scalable and concurrent systems is a plus.