/deltalake-examples-rs

Examples of working with the DeltaLake in Rust!

Primary LanguageRust

DeltaLake examples in Rust

Examples showing some common uses of the deltalake Rust crate. For more information, see the deltalake crate documentation or the Delta Lake project.

The examples are meant to illustrate how to use the deltalake crate. They are not meant to be production-ready code. Each example is an iteration on the previous one, so you can see how to build up functionality, step by step.

  1. Create: Create a Delta table.
  2. Write: Write to an existing Delta table.
  3. Query: Read from a Delta table.
  4. Partioned Table: Read/Write data from a partitioned Delta table.

Run the examples

cargo run --example <create|write|query|partitioned>