An open API service indexing awesome lists of open source software.

https://github.com/dhanya-abhirami/consistent-hashing

A web app to verify the claims of Consistent Hashing with Golang Implementation
https://github.com/dhanya-abhirami/consistent-hashing

consistent-hashing system-design visualization

Last synced: 6 months ago
JSON representation

A web app to verify the claims of Consistent Hashing with Golang Implementation

Awesome Lists containing this project

README

          



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
```bash
make build
```
### Usage
```bash
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.