Skip to content

numaproj/numaflow-rs

Repository files navigation

Rust SDK for Numaflow

This SDK provides the interface for writing User Defined Sources, UDFs and User Defined Sinks in Rust.

This rust crate is being actively developed and it supports most of the features. You may use this crate but there might be few minor changes in the upcoming releases.

Cargo Dependency

Until we publish the crate, you will have to provide the git location.

numaflow = { git = "https://github.com/numaproj/numaflow-rs.git", branch="main" }

Examples

You may find examples in the examples folder.

Documentation

Please run the following to get the numaflow crate documentation. This work around will be in effect until we finalize the SDK contract and officially publish the crate.

$ cargo doc -p numaflow --open

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages