P2P Data store?

Is it possible to share non sensitive files such as music across other remote nodes in chunks? My app consists of users uploading there music collections but seeing as an average .mp3 is 3mb on my 250gb cloud storage, that’s only 83 songs.

The answer is “yes”.

1 Like

Any tips on the right direction for documentation? Swarm requires one node to host the file(s). I want the user to upload a song and it be dispersed across multiple nodes.

Are you sure you are doing your math right?
You said your cloud has 250GB not 250MB, right?.. That is 256,000MB and enough for 85,333 3MB files.

2 Likes

So can I not pin to remote nodes for free? I was thinking maybe zeronet? Possibly a paralleism app in golang?