delta-incubator / delta-sharing-rs

A Minimalistic Rust Implementation of Delta Sharing Server.
MIT License
77 stars 8 forks source link

provide client implementation #52

Closed roeap closed 1 month ago

roeap commented 1 month ago

Problem description

The APIs implemented by the delta-sharing-rs project go beyond the pure protocol specification. Thus a dedicated client implementation is warranted to interact with the management / metadata APIs on top of the sharing protocol.

Solution

Provide a client implementation to support protocol and additional delta-sharing-rs APIs.

Alternative solutions

No response

Code of Conduct