helyim
seaweedfs implemented in pure Rust
File Explorer
Download Latest Version (.zip)- build.yaml
- codecov.yml
- dependabot.yml
- lib.rs
- Cargo.toml
- read_upload_files.rs
- helyim.rs
- lib.rs
- Cargo.toml
- lib.rs
- location.rs
- pool.rs
- Cargo.toml
- mod.rs
- needle.rs
- volume.rs
- mod.rs
- favicon.ico
- mod.rs
- cluster.rs
- mod.rs
- upload.rs
- memory.rs
- mod.rs
- snowflake.rs
- mod.rs
- replica_placement.rs
- file_id.rs
- mod.rs
- needle.rs
- compression.rs
- crc.rs
- file.rs
- lib.rs
- macros.rs
- parser.rs
- sys.rs
- time.rs
- ttl.rs
- version.rs
- Cargo.toml
- extractor.rs
- mod.rs
- assign.rs
- lookup.rs
- mod.rs
- args.rs
- errors.rs
- lib.rs
- server.rs
- Cargo.toml
- mod.rs
- mod.rs
- decoder.rs
- encoder.rs
- errors.rs
- lib.rs
- locate.rs
- shard.rs
- store.rs
- volume_info.rs
- Cargo.toml
- multipart.rs
- mod.rs
- extractor.rs
- mod.rs
- assign.rs
- lookup.rs
- mod.rs
- mod.rs
- sled.rs
- args.rs
- deletion.rs
- entry.rs
- filer.rs
- lib.rs
- server.rs
- Cargo.toml
- filer.proto
- helyim.proto
- volume.proto
- lib.rs
- build.rs
- Cargo.toml
- disk_location.rs
- mod.rs
- erasure_coding.rs
- extractor.rs
- mod.rs
- metric.rs
- mod.rs
- needle_map.rs
- needle_value_map.rs
- lookup.rs
- mod.rs
- checking.rs
- delta_volume.rs
- mod.rs
- vacuum.rs
- args.rs
- disk_location.rs
- lib.rs
- server.rs
- store.rs
- Cargo.toml
- data_node.rs
- mod.rs
- api.rs
- management.rs
- mod.rs
- raft.rs
- raft_network_impl.rs
- log_store.rs
- mod.rs
- client.rs
- mod.rs
- types.rs
- mod.rs
- vacuum.rs
- volume_info.rs
- collection.rs
- data_center.rs
- data_node.rs
- lib.rs
- node.rs
- rack.rs
- topology.rs
- volume_grow.rs
- volume_layout.rs
- Cargo.toml
- .gitattributes
- .gitignore
- Cargo.toml
- LICENSE-APACHE
- LICENSE-MIT
- README.md
- rust-toolchain.toml
- rustfmt.toml
# Installation Guide
1. Get the code
git clone https://github.com/helyim/helyim
Downloads the entire project code from GitHub to your computer.
cd helyim
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo +nightly install helyim
Type this command into your terminal and run it.
cargo run --release --bin helyim master
Builds and then immediately runs the program.
cargo run --release --bin helyim volume --port 8080 --folders ./target
Builds and then immediately runs the program.
cargo run --release --bin helyim filer
Builds and then immediately runs the program.
cargo run --bin helyim -- master --ip 127.0.0.1 --port 9333 \
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
