Skip to content

The distributed file system, implemented in Golang, leverages the Chord algorithm for efficient file storage across interconnected nodes, ensuring scalability and fault tolerance. Communication is streamlined through Protocol Buffers.

Notifications You must be signed in to change notification settings

Uzama/distributed-file-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 

Repository files navigation

distributed-file-system

  1. First run the bootstrap server
  2. Build the chord-network using go build
  3. Run chord node by ./chord-network localhost:8001
  4. You can run many nodes with different terminals.

About

The distributed file system, implemented in Golang, leverages the Chord algorithm for efficient file storage across interconnected nodes, ensuring scalability and fault tolerance. Communication is streamlined through Protocol Buffers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •