From aed3d62f03fbc6687a1c5bfb129621616ec11636 Mon Sep 17 00:00:00 2001 From: chrislusf Date: Fri, 7 Feb 2014 16:05:05 -0800 Subject: [PATCH] Added Weed File System using go-raft --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13e0c8404d..c3111601b2 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ These projects are built on go-raft: - [goraft/raftd](https://github.com/goraft/raftd) - A reference implementation for using the go-raft library for distributed consensus. - [skynetservices/skydns](https://github.com/skynetservices/skydns) - DNS for skynet or any other service discovery. - [influxdb/influxdb](https://github.com/influxdb/influxdb) - An open-source, distributed, time series, events, and metrics database. +- [Weed File System](https://weed-fs.googlecode.com) - A scalable distributed key-to-file system with O(1) disk access for each read. If you have a project that you're using go-raft in, please add it to this README so others can see implementation examples.