mayankmittal29/MiniGFS--Mini-Google-File-System ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple Python project that acts like a tiny Google File System.

I want a master server, five chunk servers, and a client that can upload a file and read it back. When a file gets uploaded, split it into 64 byte pieces, save the chunks across the chunk server folders, and keep track of everything in a metadata file so the system knows which chunk belongs to which file and where it lives. The client should let me choose to upload a file or read a chunk from a file, and it should talk to the master first, then fetch the data from the right chunk server. Please use socket communication between the parts, handle missing servers or other errors cleanly, and show clear messages when something works or fails.

Make it runnable from the command line, with separate scripts for the master, chunk servers, and client. If you need to check current Python socket examples or best practices online, go ahead.

Are you gonna build this?

make sure you review the code using arcumet

Try freeSponsored — opens Arcumet in a new tab