|
|
|
|
|
by dale_glass
1306 days ago
|
|
IPFS is actually worse to put stuff in than the web or torrents, in my experience. Last time I tried it, the ipfs service used its own storage scheme. Meaning it's not like pointing Apache at a directory. You take your stuff, and upload it into ipfsd first, and it puts that data into its storage system. So to do this from scratch (not mirroring somebody else's content) needs a minimum of >62TB -- 31TB of content, which ipfsd will then package into 31TB more + overhead in its storage area. And of course if you're doing this, you're expecting other people to mirror this stuff, so count on hundreds of terabytes of traffic. So this is easily ~$3K in hard disks alone, plus the NAS/server hardware, plus traffic, plus the willingness to risk the FBI coming and grabbing all of it. |
|
It maybe helpful to leave the files in the file system as is, and store the metadata in a sqlite database.
Then integrate it with a p2p network layer for crowd seeding and even content discovery.