Skip to content

Commit 40c6bfa

Browse files
committed
Add eBay's NuRaft C++ implementation
NuRaft is a C++ implementation derived from Cornerstone (also listed in this page) project. It's used for various products in eBay.
1 parent 5580fbf commit 40c6bfa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1862,6 +1862,16 @@ <h3>Where can I get Raft?</h3>
18621862
<td>Yes</td>
18631863
<td>2019-08-19</td>
18641864
</tr>
1865+
<tr>
1866+
<td><a href="https://github.com/ebay/nuraft">NuRaft</a></td>
1867+
<td><a href="https://github.com/greensky00">Jung-Sang Ahn</a> (eBay)</td>
1868+
<td>C++</td>
1869+
<td>Apache2.0</td>
1870+
<td>Yes</td>
1871+
<td>Yes</td>
1872+
<td>Yes</td>
1873+
<td>2019-09-11</td>
1874+
</tr>
18651875
</tbody>
18661876
</table>
18671877

0 commit comments

Comments
 (0)