-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,13 @@ Floyd is an C++ library based on Raft consensus protocol. | |
* [Raft](https://raft.github.io/) is a consensus algorithm which is easy to understand; | ||
* Floyd is a **library** that could be easily embeded into users' application; | ||
* Floyd support consistency between cluster nodes by APIs like Read/Write/Delete; | ||
* Also we support direct access to data without consistency: DirtyRead/DirtyWrite; | ||
* Also some query and debug managment APIs: GetLeader/GetServerStatus/set_log_level | ||
* Floyd support lock operation upon raft consensus protocol | ||
|
||
## Users | ||
|
||
* Floyd has provided high available store for Meta cluster of [Zeppelin](https://github.com/Qihoo360/zeppelin) , which is a huge distributed key-value storage. | ||
* Floyd lock interface has used in our production pika_hub | ||
* The list will goes on. | ||
|
||
## 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 | |
|
||
## Contant us | ||
|
||
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. | ||
|
||
* email: [email protected] | ||
* QQ Group: 294254078 | ||
* WeChat public: 360基础架构组 |