Add InfluxDB to Projects list.
parent
fdd1851583
commit
ef7586fd77
|
@ -34,9 +34,10 @@ go-raft is under the MIT license.
|
||||||
|
|
||||||
These projects are built on go-raft:
|
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.
|
- [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.
|
If you have a project that you're using go-raft in, please add it to this README so others can see implementation examples.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue