EuroPython 2017¶
Leveraging consistent hashing in your python applications¶
While consistent hashing is largely known and adopted in the NoSQL database clusters to solve data distribution and data access reliability, it is less known and used by the typical developers.
This talk will introduce you to consistent hashing and the problems it solves while going through a practical use case in a python application.