lakeFS
lakeFS copied to clipboard
lakeFS - Data version control for your data lake | Git for data
This test: ```scala it("should perform Gauss summation") { ``` just demonstrates _how_ to write a test. Get rid of it once we have some more tests to use as (better...)...
- default is off. - sends client user-agent as id, repository, ref, source ref and username. - all extended values are hashed, except client id. - lakectl, webui and sdk...
closes #4121 `lakefs kv get` and `lakefs kv scan` implemented. There is a generic value -> proto -> json converter, that allows each module (auth, graveler, etc.) to associate different...
S3 compliant Storage: Transfering payloads in multiple chunks using aws-chunked is not supported.
### Summary I´m trying to create a lakefs repository stored on a S3 compliant Object Storage from the cloud provider OVH. I have been able to create the repository in...
Closes #1933 (but not really...) Design proposals document for in-house hard-delete in lakeFS The
Updated instructions for installation on Google Cloud Run. Fix #4177
Per discussions and as result of work on local KV driver, decided to change approach and allow defaults configuration to be managed under the config package
ListCommits is capable of scanning thousands of commits, but it does so serially. It's better to prefetch the commit, metarange and range to parallelize the download from S3 which becomes...
In the dropdown menu at the top-right of lakeFS, add a "Join the community on Slack" link. Clicking this link will lead the user to the community Slack where they...