fairDataSociety / fdp-storage

Serverless Web3 filesystem for organizing users' personal data implemented in Typescript.
https://www.npmjs.com/package/@fairdatasociety/fdp-storage
Apache License 2.0
9 stars 11 forks source link

Increase pods/files limit #290

Closed IgorShadurin closed 9 months ago

IgorShadurin commented 1 year ago

Enhance the capacity for storing pods and files by developing a system that allows the linking of multiple chunks. This enhancement should include the following safeguards:

To ensure a seamless transition for users, both FairOS-dfs and FDP Storage are designed to support the migration from the old system to this new method without interrupting the user experience. Users won't even notice the change as it happens in the background.

We should also gzip the data by default, to reduce size.

asabya commented 1 year ago

We should also gzip the data by default, to reduce size.

crtahlin commented 1 year ago

Related to https://github.com/fairDataSociety/fairOS-dfs/issues/554