Skip to content

MiniGFS is a Python-based distributed file system inspired by GFS.

Notifications You must be signed in to change notification settings

kkyrenc/mini-gfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniGFS: A Python-based Distributed File System Inspired by GFS

CI

MiniGFS is a lightweight, Python-implemented distributed file system, designed with the core principles of Google File System (GFS) as its blueprint. This project aims to provide a simplified yet functional version of a distributed file system, enabling efficient data storage, retrieval, and management across a network of machines. Through the implementation of key features such as consistent hashing for load balancing, heartbeat monitoring for system health, and replication for fault tolerance, MiniGFS demonstrates the essential mechanisms that underpin scalable distributed systems.

Autor: Karen C.

Releases

No releases published

Packages

No packages published

Languages