Skip to content

srinivasap/consistent_n_hrw_hashing_py

Repository files navigation

consistent_n_hrw_hashing_py

##Prerequisites: Listed in requirements.txt

##Instructions:

  1. Run api servers
    • $ python3 api.py 5000
    • $ python3 api.py 5001
    • $ python3 api.py 5002
    • $ python3 api.py 5003
  2. Run consistent hashing client
    • $ python3 consistent_hash.py
  3. Verify data distribution in each server
  4. Run hrw client
    • $ python3 hrw_hash.py
  5. Verify data distribution in each server

Releases

No releases published

Packages

No packages published

Languages