Skip to content
/ DFS Public

A distributed filesystem. Educational purposes only

Notifications You must be signed in to change notification settings

duc0905/DFS

Repository files navigation

DFS

A simple distributed filesystem. #TODO: Add usecase of the project here

Installation

Requirements

  • CMake >= 2.28.0
  • gcc
  • git
  • Ninja >= 1.3 (optional)

Build & run

Only support Linux-based OS.

Setting up the environment:

  • If you did not clone the repo recursively, run:
git clone [email protected]:duc0905/DFS.git --recurse-submodules

to clone vcpkg and other dependencies (if there is).

Build everything:

cmake --preset default
cmake --build --preset default

List of targets:

  • "src/CMMU": Centralized metadata management unit
  • "src/Agent": Agent that will be run on each node
  • #TODO

Running targets:

./build/default/<target>

where <target> is one of the targets above

About

A distributed filesystem. Educational purposes only

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published