{"id":13713956,"url":"https://github.com/chiyutianyi/grpcfuse","last_synced_at":"2026-01-24T17:15:32.483Z","repository":{"id":39907295,"uuid":"476993908","full_name":"chiyutianyi/grpcfuse","owner":"chiyutianyi","description":"Remote filesystem based on grpc and fuse.   The server and client were implemented with pure go.   Grpcfuse consists of two parts:  GRPC Server GRPC Client They all follow github.com/hanwen/go-fuse/fuse#RawFileSystem, so you can choose from multiple server-side implementations (e.g. pathfs#FileSystem, nodefs#Node or sugguested fs )and convert to RawFileSystem.","archived":false,"fork":false,"pushed_at":"2025-08-24T03:16:20.000Z","size":216,"stargazers_count":17,"open_issues_count":2,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-24T12:03:01.064Z","etag":null,"topics":["fuse","go","grpc"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chiyutianyi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-02T08:28:22.000Z","updated_at":"2025-03-14T13:36:21.000Z","dependencies_parsed_at":"2022-07-25T03:04:37.058Z","dependency_job_id":null,"html_url":"https://github.com/chiyutianyi/grpcfuse","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/chiyutianyi/grpcfuse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chiyutianyi%2Fgrpcfuse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chiyutianyi%2Fgrpcfuse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chiyutianyi%2Fgrpcfuse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chiyutianyi%2Fgrpcfuse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chiyutianyi","download_url":"https://codeload.github.com/chiyutianyi/grpcfuse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chiyutianyi%2Fgrpcfuse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28732306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T10:24:43.181Z","status":"ssl_error","status_checked_at":"2026-01-24T10:24:36.112Z","response_time":89,"last_error":"SSL_read: 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":["fuse","go","grpc"],"created_at":"2024-08-02T23:01:48.684Z","updated_at":"2026-01-24T17:15:32.464Z","avatar_url":"https://github.com/chiyutianyi.png","language":"Go","funding_links":[],"categories":["Repositories"],"sub_categories":[],"readme":"# Grpcfuse\n\n[![CI](https://github.com/chiyutianyi/grpcfuse/actions/workflows/ci.yml/badge.svg)](https://github.com/chiyutianyi/grpcfuse/actions/workflows/ci.yml)\n\n\nRemote filesystem based on grpc and fuse. The server and client were implemented with pure go.\n\nGrpcfuse consists of two parts:\n1. GRPC Server\n2. GRPC Client\n\nThey all follow [github.com/hanwen/go-fuse/fuse#RawFileSystem](https://pkg.go.dev/github.com/hanwen/go-fuse/fuse#RawFileSystem), so you can choose from multiple server-side implementations (e.g. [pathfs#FileSystem](https://pkg.go.dev/github.com/hanwen/go-fuse/fuse/pathfs#FileSystem), [nodefs#Node](https://pkg.go.dev/github.com/hanwen/go-fuse/fuse/nodefs#Node) or sugguested [fs](https://pkg.go.dev/github.com/hanwen/go-fuse/v2/fs) )and convert to RawFileSystem.\n\n## Examples\n\n- `example/client/client.go` contains a grpc client filesystem. A binary to run is in example/loopback/. For example\n```\nexample/client/client /tmp/mountpoint 127.0.0.1:8760\n```\n- `example/loopback/server.go` contains a grpc server which mounts another piece of the filesystem. Functionally, it is similar to a symlink. A binary to run is in example/loopback/ . For example\n```\nexample/loopback/loopback /some/other/directory\n```\n\n## Bugs\n\nYes, probably.  Report them through\nhttps://github.com/chiyutianyi/grpcfuse/issues\n\n## Disclaimer\n\nThis is not an official Alibaba product.\n\n## License\n\nThis library is distributed under Apache License 2.0, see [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchiyutianyi%2Fgrpcfuse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchiyutianyi%2Fgrpcfuse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchiyutianyi%2Fgrpcfuse/lists"}