使用 fork 功能将在后台会为你创建一个与该项目内容一样的同名项目,你可以在这个新项目里自由的修改内容。
建议只在有意向参与改进该项目时使用 fork 功能。
PaxosStore is a distributed-database initially inspired by Google MegaStore. It's the second generation of storage system developed to support current WeChat sevice and applications. PaxosStore has been deployed in WeChat production for more than two years, providing storage services for the core businesses of WeChat backend including user account management, user relationship management (i.e., contacts), instant messaging, social networking (i.e., Moments), and online payment (i.e., WeChat Pay).
Now PaxosStore is running on thousands of machines, and is able to afford billions of peak TPS.
Prior to PaxosStore, we have been using a QuorumKV storage system to support various WeChat services with strongly consistent read/write since 2011. As the number of storage servers rises to tens of thousand, the operational mantenance and development of a NWR-based system in such a large scale become painful. That's why we come up with PaxosStore: a new generation of distributed database, built on top of the leaseless Paxos consensus layer, providing
Two paxos consensue libraries (the key algorithms described in our paper published at the VLDB 2017 are now open source):
In addition, the following items are planned for open source by October 2017.
A high performance key-value system
A system that supports rich data structures such as queues, list, set and collections
A high performance storage engine backed by LSM-tree
A New SQL-like Table system
Please refer to the following publications for the technical details of PaxosStore.
PaxosStore is under the BSD 3-Clause License. See the LICENSE.txt file for details.
你可以在登录后,对此项目发表评论
项目点评 (0)