Skip to content
/ delta-rs Public
forked from delta-io/delta-rs

A native Rust library for Delta Lake

License

Notifications You must be signed in to change notification settings

houqp/delta-rs

 
 

Repository files navigation

Delta.rs

Build Status Crate Docs

An experimental interface to Delta Lake for Rust.

This library provides low level access to Delta tables and is intended to be used with data processing frameworks like datafusion, ballista, rust-dataframe, vega, etc.

It can also act as the basis for native bindings in other languages such as Python, Ruby or Golang.

This project is still very early and only read operations are supported at the moment.

Get Involved

Development

Delta.rs requires the Rust compiler, which can be installed with the rustup command.

Running tests can be done with cargo test

Python

The python/ directory contains an early prototype of a Python library built on top of Delta.rs

Ruby

The ruby/ directory contains an early prototype of a Ruby library built on top of Delta.rs

About

A native Rust library for Delta Lake

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 97.7%
  • Ruby 1.2%
  • Python 1.1%