Skip to content

ranjankuldeep/distributed_file_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed File Storage.

Based on P2P network, You can store a file and distribute over the network simultaneously. Data is also encrypted over the network and hashed key.

Debug Commands.

To run.

    make run 

To run the test.

    make test

To build the application.

    make build

More functionality needed.

  1. Add public/private key pair instead of hex id.
  2. P2P discovery.
  3. CLI Interface with Cobra.
  4. Metrics.

Test Coverage needs to be improved.

About

Distributed File System in Go.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published