#workload #novel #orchestration #mechanism #scale #harmonic

no-std fluo

Fluo is a novel harmonic orchestration mechanism for managing workloads at scale

1 unstable release

0.0.0 Dec 26, 2019

#11 in #harmonic

Apache-2.0

5KB

fluo

crates.io docs.rs

clippy rust


The library is currently in the early stages of development and is not yet ready for production use.

Fluo is a novel harmonic orchestration mechanism for managing workloads at scale.

Features

Getting Started

Building from the source

Start by cloning the repository

git clone https://github.com/FL03/fluo.git
cd fluo
cargo build --features full -r --workspace

Usage

Example: Linear Model (biased)

    extern crate fluo;

    fn main() -> anyhow::Result<()> {
        tracing_subscriber::fmt::init();
        tracing::info!("Starting linear model example");


        Ok(())
    }

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Dependencies

~160KB