this is an experiment repo to learn concepts and do hands on experiment
- Create virual environment: python3 -m venv .venv
- Activate virual environment: source .venv/bin/activate
- Install dependencies: pip3 install -r requirements.txt
- After this run specific python file
python3 consistent-hashing/consistent-hashing.py