[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-developers] Durable content-addressed/DHT storage
From: |
David Timothy Strauss |
Subject: |
[GNUnet-developers] Durable content-addressed/DHT storage |
Date: |
Wed, 1 Jan 2014 19:16:52 -0800 |
We maintain a FOSS file system [1] for users of our platform. One of
the challenges, as we move move functionality into the client, is
dealing with our copy-on-write volume-cloning. To get implicit
copy-on-write, we reference SHA512 hashes of file content. Same
content, same copy.
For a next-generation design, the DHT support in GNUnet would fit our
use-case well. But, I'm concerned about guaranteeing that a file is
available within the sort of F2F networks we'd be setting up. Is there
any way to guarantee that, aside from republishing constantly? Is
there interest in support for secondary backends, like S3 (with or
without encryption of the content), in order to provide arbitrarily
large storage?
[1] https://github.com/pantheon-systems/fusedav
- [GNUnet-developers] Durable content-addressed/DHT storage,
David Timothy Strauss <=