infinyon / fluvio

Lean and mean distributed stream processing system written in rust and web assembly. Alternative to Kafka + Flink in one.
https://www.fluvio.io/
Apache License 2.0
3.88k stars 491 forks source link

Move `cluster install` business logic out of CLI crate #179

Closed nicholastmosher closed 4 years ago

nicholastmosher commented 4 years ago

Right now a lot of business logic for installing fluvio is contained in the CLI crate itself. We should move that business logic into the client-rs crate and give it a good public API so that functionality is reusable.

nicholastmosher commented 4 years ago

Closed by #236