Verifying the claims of Consistent Hashing
I hear and I forget. I see and I remember. I do and I understand. - Confucius
I wanted to understand the System Design concept of Consistent Hashing. So thought of coding up a minimal system simulating the concept.
Use the docker-compose.yml to run manually or use the makefile.
make build
make run
Visit file://{path_to_project}/Consistent-Hashing/src/public/index.html
Visit http://localhost:8080/swagger/index.html
Licensed under the MIT License.