Skip to content

glagarwal/ch-naming-service

Repository files navigation

hashed-naming-service

In this project, we implemented a consistent hashing (CH)-based flat naming system. Consistent hashing provides a lookup service for key-value pairs. The CH system stores (key, value) pairs on a distributed set of servers. These servers collaboratively provide lookup service along with insertion and deletion. In this project, we will implement the CH name servers and a boot-strap CH server, which is a special CH server with certain extra functionalities.

You may generate a javadoc to understand more about it.

About

consistent hashing (CH)-based flat naming system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages