datafusion-ducklake

(โ˜… 164)

A Rust-native DuckLake engine built on Apache DataFusion

  • .gitignore
  • Cargo.lock
  • Cargo.toml
  • CHANGELOG.md
  • CLAUDE.md
  • COMPATIBILITY.md
  • LICENSE
  • README.md
  • rust-toolchain.toml
  • rustfmt.toml

# Installation Guide

1. Get the code
git clone https://github.com/datafusion-contrib/datafusion-ducklake

Downloads the entire project code from GitHub to your computer.

cd datafusion-ducklake

Moves into the project folder you just downloaded.

2. Rust

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Rust (rustup) Installing via rustup also installs cargo.
cargo add datafusion-ducklake

Type this command into your terminal and run it.

cargo run --example basic_query --features metadata-postgres -- \

Builds and then immediately runs the program.

โœ… If cargo build finishes without errors, it worked. The executable is created under target/.

Pulled directly from this repo's README.

// repository documentation