greglook / blocks

Clojure content-addressable data storage.
The Unlicense
113 stars 6 forks source link

IPFS block store #4

Closed greglook closed 5 years ago

greglook commented 9 years ago

This should actually be in a separate repo (blocks-ipfs?), but there's a fairly straightforward mapping from the BlockStore protocol to the IPFS API.

IPFS would be pretty useful as a fallback lookup store, so that public IPFS data could be referenced transparently from blocks in a private store.

greglook commented 5 years ago

If implemented, this should be a separate library.