An open API service indexing awesome lists of open source software.

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.

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.