You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by GitBox <gi...@apache.org> on 2022/07/26 00:47:36 UTC

[GitHub] [ratis] drriguz commented on a diff in pull request #696: RATIS-1639. Added getting started document

drriguz commented on code in PR #696:
URL: https://github.com/apache/ratis/pull/696#discussion_r929430099


##########
ratis-docs/src/site/markdown/index.md:
##########
@@ -17,12 +17,27 @@
 
 # Apache Ratis
 Apache Ratis is a highly customizable Raft protocol implementation in Java.
-Raft is a easily understandable consensus algorithm to manage replicated state.
-Apache Ratis could be used in any Java application where state should be replicated between multiple instances.
+[Raft](https://raft.github.io/) is an easily understandable consensus algorithm to manage replicated state. 
+
+The Ratis project was started at 2017 as an incubator project, and has graduated at Feb 17, 2021. Originally, Ratis is built for using Raft in [Apache Ozone](https://ozone.apache.org) where Ratis is used to replicate raw data and to provide high availability, and the correctness and performance of Ratis has been heavily tested with Ozone. 

Review Comment:
   @szetszwo Thanks for reviewing! Already updated.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ratis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org