Skip to content

This is a distributed, fault tolerant and replicated file system. It is basically a simplified implementation of Google file System

Notifications You must be signed in to change notification settings

OvroAbir/DistributedFileSystem

Repository files navigation

DistributedFileSystem

This is a simplified implementation of Google Drive file system. This tool was implemented as a part of course work of CS555. It has the idea of master node, chunk servers, heart beat message passing, multiple copies of the same file is stored on 3 different chunk servers. This is basically a distributed, fault tolerant file system.

Prerequisites

Java 1.8 needs to be installed. No other external library is needed to be installed. This project can be build and run by importing the project in Eclipse.

Source Code

Algorithm & Implementation Idea

The detailed algorithm and requirements can be found in details in CS555-Fall2019-HW1.pdf file.

Authors

About

This is a distributed, fault tolerant and replicated file system. It is basically a simplified implementation of Google file System

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages