ashwanthkumar / suuchi

सूचि - Toolkit to build Distributed Data Systems
https://ashwanthkumar.github.io/suuchi/
53 stars 12 forks source link

Provide abstraction on ConsistentHashRing #42

Closed ashwanthkumar closed 8 years ago

ashwanthkumar commented 8 years ago

Today we've a ConsistentHashRing which supports find, add and remove. While this is great, it would really help if we can build abstractions on top that would help us visualise it as a HashRing and token ranges between the nodes in the ring.

This would help us when we try out rebalancing of data among the nodes.