{"id":17188549,"url":"https://github.com/cberner/depsrs-bug","last_synced_at":"2025-03-25T04:40:52.869Z","repository":{"id":141640776,"uuid":"380808254","full_name":"cberner/depsrs-bug","owner":"cberner","description":null,"archived":false,"fork":false,"pushed_at":"2021-06-28T01:01:41.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T04:44:10.413Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/cberner.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-27T18:10:19.000Z","updated_at":"2021-06-28T01:01:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"ba2ed6cb-17dc-4c5d-a8c9-1508f8cfd222","html_url":"https://github.com/cberner/depsrs-bug","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cberner%2Fdepsrs-bug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cberner%2Fdepsrs-bug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cberner%2Fdepsrs-bug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cberner%2Fdepsrs-bug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cberner","download_url":"https://codeload.github.com/cberner/depsrs-bug/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245401376,"owners_count":20609163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-15T01:09:14.165Z","updated_at":"2025-03-25T04:40:52.834Z","avatar_url":"https://github.com/cberner.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FleetFS\n[![Build Status](https://travis-ci.com/fleetfs/fleetfs.svg?branch=master)](https://travis-ci.com/fleetfs/fleetfs)\n[![Crates](https://img.shields.io/crates/v/fleetfs.svg)](https://crates.io/crates/fleetfs)\n[![Documentation](https://docs.rs/fleetfs/badge.svg)](https://docs.rs/fleetfs)\n[![dependency status](https://deps.rs/repo/github/fleetfs/fleetfs/status.svg)](https://deps.rs/repo/github/fleetfs/fleetfs)\n\nFleetFS distributed filesystem\n\n## Development\n* `apt install flatbuffers-compiler` (https://github.com/google/flatbuffers)\n* rustup component add rustfmt\n* rustup component add clippy\n\n## Status\nVery very alpha. Expect FleetFS to eat your data :)\n\n## Design decisions\n* Clients only need to talk to a single node\n  * Context: There is significant overhead in opening TCP connections, so we want the client to keep its\n  connections open. Therefore, the client shouldn't make on-demand connections to every storage node in\n  the cluster.\n  * Cons: doubles network traffic inside FleetFS cluster, as nodes have to proxy traffic reading/writing\n  to other nodes\n  * Pros: better scalability, as client connection is handled by a single node. Also simplifies client code\n* Clients are trusted to make permission checks\n  * Context: FleetFS has no access to a central user store, so has to trust the user ids sent by the client\n  * Cons: security relies on the client\n  * Pros: client doesn't have to send exhaustive list of groups that user is part of to make permission checks\n* Sharding design:\n  * \"Raft group\" (or rgroup): a subset of storage nodes participating in a raft consensus group.\n  The cluster consists of multiple Raft groups, and a single node may be part of multiple groups.\n  * An inode is stored on a single Raft group, and inodes are sharded among groups, by id.\n  * (TODO) \"Redundant block\" (or rblock) is a block of data stored in a single Raft group.\n  A file's contents is composed of multiple rblocks, on one or more Raft groups.\n\n## License\n\nLicensed under\n\n * Apache License, Version 2.0 ([LICENSE](LICENSE) or http://www.apache.org/licenses/LICENSE-2.0)\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you shall be licensed as above, without any\nadditional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcberner%2Fdepsrs-bug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcberner%2Fdepsrs-bug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcberner%2Fdepsrs-bug/lists"}