https://github.com/psiace/microunit
A decentralized unit orchestration framework.
https://github.com/psiace/microunit
Last synced: 3 months ago
JSON representation
A decentralized unit orchestration framework.
- Host: GitHub
- URL: https://github.com/psiace/microunit
- Owner: PsiACE
- License: apache-2.0
- Created: 2021-09-03T13:05:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-03T15:01:31.000Z (over 4 years ago)
- Last Synced: 2024-12-31T12:18:19.827Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Microunit
Microunit is a decentralized unit orchestration framework.
## Usage
You can run [the example](examples/hello.rs) with:
```
cargo run --example hello node init
cargo run --example hello node list
cargo run --example hello unit create --kind hello
cargo run --example hello unit list
cargo run --example hello unit create --kind hello
cargo run --example hello unit list
```
Welcome to dig out further usage by playing with the CLI or reading the source code.