{"id":21643703,"url":"https://github.com/akshayxml/google-file-system","last_synced_at":"2026-05-17T20:01:30.897Z","repository":{"id":69055087,"uuid":"402742907","full_name":"akshayxml/Google-File-System","owner":"akshayxml","description":"Implemented Google File System from its research paper.","archived":false,"fork":false,"pushed_at":"2021-09-16T10:53:00.000Z","size":59,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T08:49:15.670Z","etag":null,"topics":["chunking","distributed-systems","file-sharing","filesystem","google-file-system","python3","replication"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akshayxml.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-09-03T11:13:00.000Z","updated_at":"2024-05-06T07:58:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"43e9319c-ae92-4704-8758-e86d05a5df29","html_url":"https://github.com/akshayxml/Google-File-System","commit_stats":null,"previous_names":["akshayxml/google-file-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akshayxml/Google-File-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshayxml%2FGoogle-File-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshayxml%2FGoogle-File-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshayxml%2FGoogle-File-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshayxml%2FGoogle-File-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akshayxml","download_url":"https://codeload.github.com/akshayxml/Google-File-System/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshayxml%2FGoogle-File-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33153662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chunking","distributed-systems","file-sharing","filesystem","google-file-system","python3","replication"],"created_at":"2024-11-25T05:35:35.912Z","updated_at":"2026-05-17T20:01:30.864Z","avatar_url":"https://github.com/akshayxml.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google-File-System\nPython implementation of [Google File System](https://static.googleusercontent.com/media/research.google.com/en//archive/gfs-sosp2003.pdf).\n\n## Compile\n- Run `bash clean.sh`\n\n## Dependency\n- gRPC\n\n## Run\n- Open three terminals, and run `chunkServer.py`, `masterServer.py` and `client.py` in each of them.\n- Type in the supported commands in the terminal which is running `client.py`.\n\n### Commands\n- `create \u003cfile_path\u003e` : Creates a new file with given absolute file path `\u003cfile_path\u003e`\n- `list \u003cprefix\u003e` : Lists all files whose absolute path have prefix `\u003cprefix\u003e`\n- `append \u003cfile_path\u003e \u003cstring\u003e` : Appends `\u003cstring\u003e` to file `\u003cfile_path\u003e`\n- `read \u003cfile_path\u003e [offset] [len]` : Reads `[len]` characters of file `\u003cfile_path\u003e` starting from `[offset]`. Default value of `offset` is 0 and that of `len` is -1(EOF).\n- `delete \u003cfile_path\u003e` : delete the file with given absolute file path `\u003cfile_path\u003e`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshayxml%2Fgoogle-file-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakshayxml%2Fgoogle-file-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshayxml%2Fgoogle-file-system/lists"}