top of page

Distributed File System

Used GoLang to create a distributed file system, with multiple storage servers and a single naming server. Created APIs to communicate with the servers.

Best-Practices-For-Distributed-File-Systems-DFS-In-2022-1-1024x589.jpg.webp

        This project was part of my Distributed Systems course. Features of the system included a naming server, the ability to created and register multiple storage servers, file creation, file editing, file deletion and file copying.I also had to create APIs for communication with these servers.The APIs used json format to communicate and interpret the given data.  
 

bottom of page