GeoPython2019

Spatial data in real-time apps with Python
2019-06-26, 09:30–10:00, Room 1

In Wargaming we make real-time high load apps with Python. Here I’d tell you some issues which might appear when using it for real-time apps with some examples.


Usually Python isn't treated as a proper choice for big data and especially for real-time applications. In this talk I would like to tell you how we deal with half-million average online active gamers simultaneously playing on different maps, how we send and receive 10 thousands spatial event data per client per session (like moving on the map, interaction with other players and destructible objects on the map) with Python

We will discuss some tips and tricks on how to use Python in this kind of applications. Python has to be modified to handle real-time requirements because of its architecture and we will talk which modifications are necessary for it. We will discuss different approaches for handling spatial data, it’s pros and contras and which approach we choose to apply for online games.