Categorygithub.com/valrobichaux/Distributed-File-Storage
repositorypackage
0.0.0-20240531205757-6dad0c90cce7
Repository: https://github.com/valrobichaux/distributed-file-storage.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Distributed-File-Storage

A distributed file system (DFS) implementation that manages storage across multiple networked servers and provides users with a unified view of the stored data.

Features

  • Distributed Storage: Manages files across multiple servers.
  • P2P Architecture: Implements peer-to-peer communication.
  • Fault Tolerance: Ensures data integrity and availability.

Installation

Clone the repository and navigate to the project directory:

git clone https://github.com/ValRobichaux/Distributed-File-Storage.git
cd Distributed-File-Storage

Usage

Build and run the project using Makefile:

make
./bin/distributed-file-storage

Project Structure

  • main.go: Entry point of the application.
  • server.go: Server-side logic.
  • store.go: File storage logic.
  • p2p/: Peer-to-peer communication implementation.

Testing

Run tests with:

go test ./...

Contributing

Contributions are welcome! Please submit a pull request or open an issue for suggestions or bug reports.

License

This project is licensed under the MIT License.