Skip to content

cmackenzie1/deltalake-examples-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Examples of working with the DeltaLake in Rust!

Topics

Resources

Stars

Watchers

Forks

Languages