experimental main

Delta Sharing client library for Rust

Please note that this project is currently experimental.

This is a simple library for Rust to access data published via Delta Sharing. Under the hood, it uses HTTP APIs exposed by Delta Sharing.

Delta Sharing is an open protocol for secure data sharing, making it simple to share data with other organizations regardless of which computing platforms they use.

Library has an async client (delta-sharing::Client), as well as a blocking one (delta-sharing::blocking::Client) for smaller operations.

Features

Pre-requisites

Quick start

Using in your own project

Add delta-sharing to your Cargo.toml

Development