Hi, In Using LakeFS We would love to achieve the f...
# help
t
Hi, In Using LakeFS We would love to achieve the following • IO operations such as data uploads and data delete from LakeFS branch. • We are looking at File Sizes of around 4GB to 20GB • Data Formats includes Point Cloud Data (.laz and .las files), Geotiff files, Geojson, Geoparquet etc. What are the best practices in doing these?? Secondly we are currently trying to do a POC, we are looking at uploading multiple files using the lakefs python client to repo and also deleting multiple files and if possible folders from lakefs branch or repo. Is this possible?? And what are other better approach to achieving above??
i
Hey @Temilola Onaneye, welcome to the lake lakefs In short, lakeFS is capable of doing all of the above. In terms of file formats, we support all of them. We also don’t limit the size of the object more than the downstream object store, which is usually 5TB. Here’s some documentation on the Python SDK, you’ll find several examples there on how to upload and delete objects from branches.