Python Belgrade #30#

Talks:#

Health and monitoring of async Python services —

  • Abstract:

Hi, I’m Max, Senior Software Engineer from the FinTech Tribe at Kiwi.com.

In our company we’ve got lots of Python services developed using asyncio, which helps us to keep them scalable and maintainable. But with all its benefits the asynchronous approach brings some new challenges. I would like to talk about these challenges and common pitfalls, explain some points requiring attention, such as concurrency control, timeouts, task results, and what metrics can be used to monitor health of async services.

Implementation of SPIMI algorithm —

  • Abstract:

SPIMI is one of the methods to index and search a file system. It is especially useful for constrained devices e.g. single board computers and IOT.