Skip to content

Commit 7e28ab5

Browse files
authored
Update README.md
1 parent ffbcb44 commit 7e28ab5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ Floyd is an C++ library based on Raft consensus protocol.
55
* [Raft](https://raft.github.io/) is a consensus algorithm which is easy to understand;
66
* Floyd is a **library** that could be easily embeded into users' application;
77
* Floyd support consistency between cluster nodes by APIs like Read/Write/Delete;
8-
* Also we support direct access to data without consistency: DirtyRead/DirtyWrite;
98
* Also some query and debug managment APIs: GetLeader/GetServerStatus/set_log_level
9+
* Floyd support lock operation upon raft consensus protocol
1010

1111
## Users
1212

1313
* Floyd has provided high available store for Meta cluster of [Zeppelin](https://github.com/Qihoo360/zeppelin) , which is a huge distributed key-value storage.
14+
* Floyd lock interface has used in our production pika_hub
1415
* The list will goes on.
1516

1617
## Why do we prefer a library to a service?
@@ -158,6 +159,8 @@ floyd has pass the jepsen test, you can get the test case here
158159

159160
## Contant us
160161

162+
Anyone who is interested in raft protocol, used floyd in your production or has wrote some article about souce code of floyd please contact me, we have a article list.
163+
161164
* email: g-infra-bada@360.cn
162165
* QQ Group: 294254078
163166
* WeChat public: 360基础架构组

0 commit comments

Comments
 (0)