From cd08108cbc4bf07b1e9ea2d0b6981a9f3b523426 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Fri, 25 Nov 2011 17:45:16 +0000 Subject: [PATCH] add HekaFS [Imported from Trac: page RelatedProjects, version 90] --- RelatedProjects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RelatedProjects.md b/RelatedProjects.md index d29ee26..0db5f1c 100644 --- a/RelatedProjects.md +++ b/RelatedProjects.md @@ -44,6 +44,7 @@ We are fortunate to have a vast library of high quality Free Software that we ca These projects have no specific relationship with our project, but they are similar in some ways and so may be of interest. We sometimes exchange ideas with the developers of some of these projects, especially on the [p2p-hackers mailing list](http://lists.zooko.com/mailman/listinfo/p2p-hackers). * [bup](https://github.com/apenwarr/bup) is a backup tool with "convergent variable-block deduplication". It re-uses some of git's internals. featured in [//~zooko/TWN9.html Tahoe-LAFS Weekly News issue 9]; licence: GPLv2 + * [HekaFS](http://hekafs.org) is a project to add encryption and other multi-tenancy features to [Gluster filesystem](http://gluster.org). It is sponsored by [RedHat](https://www.redhat.com/), who recently bought Gluster; featured in [//~marlowe/TWN14.html Tahoe-LAFS Weekly News issue 14]; licence: GPLv3 * [Ugarit](http://www.kitten-technologies.co.uk/project.php?project=ugarit) is a storage system inspired by Venti and implemented in Chicken Scheme. Immature—it currently can't use a remote backend, only a local POSIX filesystem. licence: BSD * [GNUnet](http://gnunet.org) is an anonymous, censorship-resistant, file-sharing network. licence: GPLv2+ * [Camlistore](http://camlistore.org/) is a distributed data store plus some ideas about synchronization, sharing, and modelling. licence: Apache