Added Weed File System using go-raft

pull/820/head
chrislusf 2014-02-07 16:05:05 -08:00 committed by Brandon Philips
parent 18a742a1a4
commit aed3d62f03
1 changed files with 1 additions and 0 deletions

View File

@ -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.