anusii / solidpod

MIT License
1 stars 2 forks source link

SOLID POD: Large file management #213

Open cdawei opened 1 month ago

cdawei commented 1 month ago

The current approach to manage a large file in POD consists of

Other options to manage large files including encoding the content into strings and store them in a Turtle file, or using nextcloud-solid plugin to potentially store them on a nextcloud instance.

cdawei commented 1 month ago

Explored the approach that encodes the chunks of content into strings (base64 encoding) and store them in a single Turtle file, the observations are: