treeverse / lakeFS

lakeFS - Data version control for your data lake | Git for data
https://docs.lakefs.io
Apache License 2.0
4.46k stars 359 forks source link

Rust client #8372

Open offirc2 opened 1 week ago

offirc2 commented 1 week ago

We use Rust heavily to interact with LakeFS. However, we were unable to find any published official Rust bindings in crates.io, hence we have to manually check in your OpenAPI spec into our repo, generate bindings and publish to our internal registry ourselves. This also has the big maintenance overhead of us having to keep it up to date with your GitHub. Are there any plans to publish Rust bindings from your side?

ion-elgreco commented 2 days ago

@talSofer if you guys release a Rust client officially, then in delta-rs we can start providing native support. Then a commit would be this process:

Currently resources are getting waste because we might do multiple concurrent writes that can fail since we can't merge the branches properly.