1. Is there a way to import/render LakeFS UI direc...
# help
o
1. Is there a way to import/render LakeFS UI directly to an existing single page React App that is stored behind API Gateway? 2. Why is DDB storing binaries for each change? Is there a way to remove it? 3. Is there a limitation on showing the Line diff when it comes to file size? 4. When does the file change reflected to the data storage like S3? I committed a change and merged it to the "default" branch, but still not able to see the file changes in my data storage.
o
Can you please share some examples to each of your questions?
e
Hi @Ocean Chang, 1. the answer in general would be yes, but many details will be determined by the app you want to embed lakeFS in. 2. lakeFS doesn't store binary files of data on ddb, but rather pointers to uncommitted data and some info on commits and branches. 3. lakeFS provides file level diff. If you need raw level diff you'll need to implement it yourself over the file level diff provided. 4. If I understand your question correctly you are looking for the file to change, while S3 is immutable so your merge results are saved to a different set of files that are the version of the data after the merge I hope this helps.
o
To complement Einat's comments: Regarding #3 - there is a limit in UI like:
👍 1
Regarding #4 - please read further in this blog post
🙌 1