Add InfluxDB to Projects list.

pull/820/head
Ben Johnson 2013-11-24 15:56:31 -07:00
parent fdd1851583
commit ef7586fd77
1 changed files with 3 additions and 2 deletions

View File

@ -34,9 +34,10 @@ go-raft is under the MIT license.
These projects are built on go-raft:
- [coreos/etcd](https://github.com/coreos/etcd) - A highly-available key value store for shared configuration and service discovery
- [coreos/etcd](https://github.com/coreos/etcd) - A highly-available key value store for shared configuration and service discovery.
- [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
- [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.
If you have a project that you're using go-raft in, please add it to this README so others can see implementation examples.