«IPFS is a global, versioned, peer-to-peer file system. It combines good ideas from Git, BitTorrent, Kademlia, and SFS. You can think of it like a single BitTorrent swarm, exchanging Git objects, making up the web. IPFS provides an interface much simpler than HTTP, but has permanence built in. You can also use it to mount the world at /ipfs.» - http://sourcegraph.com/blog...
«So far, IPFS has 2 implementations: go-ipfs and node-ipfs. …. Central to the IPFS design is the Merkle DAG, a data structure that represents all the files. It's like Git's blob, tree, and commit, except IPFS has a more flexible model: you can define what your link structure is and how it works. This means you can implement Git on top, or a Blockchain like Bitcoin, or linked web pages.» - 9000
MerkleDAG это отлично, попробую воспользоваться. - голос в темноте
freenet но без анонимности. ну не знаю… хорошо что не изобретают велосипеды и используют чужие работающие блоки. плохо что запускаются без даркнета - IT'S NOT
Даркнет это не так-то просто. - голос в темноте
А также в ту же степь — Irmin (http://getpocket.com/redirec...), тоже distributed, persistent, append-only, DAG-based storage. - 9000
Теперь они выкатили demo и предварительный код: http://gateway.ipfs.io/ipfs... (заметим, работает с IPFS-узла) - 9000