greglook / blocks

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

Use cases #13

Closed podviaznikov closed 7 years ago

podviaznikov commented 7 years ago

Hi @greglook.

This library looks amazing. But I can't come up with some good use cases when one should use it. Do you have some good links to read on projects that use content-addressable storage?

greglook commented 7 years ago

You can check out https://ipfs.io/ and https://camlistore.org/ for some great examples. Additionally, both bitcoin and git use the content-addressing concept as well.