Skip to content
/ go-chord Public
forked from euforia/go-chord

Golang implementation of the Chord protocol using gRPC

License

Notifications You must be signed in to change notification settings

ipkg/go-chord

 
 

Repository files navigation

Go Chord

This package provides a Golang implementation of the Chord protocol. Chord is used to organize nodes along a ring in a consistent way. It can be used to distribute work, build a key/value store, or serve as the underlying organization for a ring overlay topology.

The protocol is separated from the implementation of an underlying network transport or RPC mechanism. Instead Chord relies on a transport implementation. A GRPCTransport implementation as been provided.

Acknowledgements

The original chord implementation is based on Armon's code available here.

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.5%
  • Protocol Buffer 1.1%
  • Makefile 0.4%