Skip to content

A project to build a hashring with multiple nodes.

Notifications You must be signed in to change notification settings

ReneKroon/hashring

Repository files navigation

A project to run a consistent hash-ring with multiple nodes

generate protobuf code:

protoc hashring.proto --go-grpc_out=./ --go_out=./

start some nodes:

go run cmd/server/server.go -port 7070
go run cmd/server/server.go -port 7071
go run cmd/server/server.go -port 7072

start a client:

go run cmd/client/client.go 

About

A project to build a hashring with multiple nodes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages