apache / hudi-rs

A native Rust library for Apache Hudi, with bindings into Python
https://hudi.apache.org/
Apache License 2.0
142 stars 28 forks source link

Add some examples for rust. #123

Open gohalo opened 1 month ago

gohalo commented 1 month ago

As a developer, it's really helpful to run specified example. Maybe it's also a good startup for newbie.

xushiyan commented 6 days ago

I'd suggest starting with add doc testing examples in rust first, to show usage example from https://docs.rs directly. Also similar comment as https://github.com/apache/hudi-rs/issues/82#issuecomment-2411851405