#fluvio #analytics #cloud-native #lang #streaming #cluster #chart #language

yanked fluvio-cluster

Tools for installing and managing Fluvio clusters

0.7.1 Feb 20, 2021
0.6.0 Jan 16, 2021
0.5.0 Dec 29, 2020
0.3.0 Nov 10, 2020

#93 in #analytics

Download history 2/week @ 2023-07-17 1/week @ 2023-07-31 15/week @ 2023-08-14 588/week @ 2023-08-21 233/week @ 2023-08-28 28/week @ 2023-09-04 13/week @ 2023-09-11 10/week @ 2023-09-18 3/week @ 2023-09-25 4/week @ 2023-10-02 14/week @ 2023-10-09 11/week @ 2023-10-16 11/week @ 2023-10-23 25/week @ 2023-10-30

61 downloads per month
Used in fluvio-cli

Apache-2.0

565KB
12K SLoC

Functionality for installing, managing, and deleting Fluvio clusters.

The primary use of this crate is to install Fluvio clusters on Kubernetes using a ClusterInstaller, which provides a fluid interface for cluster specification.

Example

To install a basic Fluvio cluster, just do the following:

use fluvio_cluster::{ClusterInstaller, ClusterConfig, ClusterError};
let config = ClusterConfig::builder("0.7.0-alpha.1").build()?;
let installer = ClusterInstaller::from_config(config)?;
installer.install_fluvio().await?;

Dependencies

~24–40MB
~709K SLoC