Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.07 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.07 KB

Icon

Consistent-Hashing

Verifying the claims of Consistent Hashing

Icon

Why?

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.

Installation

Use the docker-compose.yml to run manually or use the makefile.

Setup

make build

Usage

make run

Demo

Visit file://{path_to_project}/Consistent-Hashing/src/public/index.html

API Docs on Swagger

Visit http://localhost:8080/swagger/index.html

License

Licensed under the MIT License.