tree: 6fc6e7928d3d74a473b6abdaad91c971b94b76c7 [path history] [tgz]
  1. src/
  2. tests/
  3. build.rs
  4. Cargo.toml
  5. DEPENDENCIES.rust.tsv
  6. README.md
crates/fluss/README.md

Apache Fluss™ Rust Client (Incubating)

Rust client library for Apache Fluss™. This crate provides the core client used by the fluss-rust workspace and by the Python and C++ bindings.

Todo: move how to use to the first, and how to build to the last, https://github.com/apache/opendal/blob/main/core/README.md

is a good reference

Requirements

Build

From the repository root:

cargo build -p fluss-rs

Quick start and examples

TODO

  • [ ] Expand API documentation and usage examples in this README.
  • [ ] Add more examples for table, log scan, and write flows.