18 releases
0.7.6 | Oct 8, 2023 |
---|---|
0.7.4 | May 3, 2023 |
0.7.3 | Mar 3, 2023 |
0.7.2 | Nov 18, 2022 |
0.2.0 | Nov 13, 2020 |
#324 in WebAssembly
420 downloads per month
Used in 2 crates
51KB
1K
SLoC
Fluvio is a high-performance distributed data streaming platform that's written in Rust, built to make it easy to run real-time applications.
Quick Links
Contributing
If you'd like to contribute to the project, please read our Contributing guide.
License
This project is licensed under the Apache license.
lib.rs
:
Data structures and domain logic for reading the Fluvio Package Index.
This crate is used by the plugin installer and the self-updater. It is capable of reading the index file in the Fluvio Package Registry in order to find the latest release versions of various components.
The two main use-cases for this are to allow the CLI to install plugins,
e.g. via fluvio install fluvio-cloud
, and to give the CLI visibility
of new releases for itself and plugins.
Dependencies
~2.5–4MB
~102K SLoC