Author: ivank
Date: Sat Dec 20 16:44:44 2014
New Revision: 1647016
URL: http://svn.apache.org/r1647016
Log:
Bookkeeper -> BookKeeper on frontpage
Modified:
bookkeeper/site/trunk/content/index.textile
Modified: bookkeeper/site/trunk/content/index.textile
URL:
http://svn.apache.org/viewvc/bookkeeper/site/trunk/content/index.textile?rev=1647016&r1=1647015&r2=1647016&view=diff
==============================================================================
--- bookkeeper/site/trunk/content/index.textile (original)
+++ bookkeeper/site/trunk/content/index.textile Sat Dec 20 16:44:44 2014
@@ -16,9 +16,9 @@ Notice: Licensed to the Apache Softwa
specific language governing permissions and limitations
under the License.
-h2. What is Bookkeeper?
+h2. What is BookKeeper?
-Bookkeeper is a replicated log service which can be used to build "replicated
state machines":http://en.wikipedia.org/wiki/State_machine_replication. A log
contains a sequence of events which can be applied to a "state
machine":http://en.wikipedia.org/wiki/Finite-state_machine. Bookkeeper
guarantees that each replica state machine will see all the same entries, in
the same order.
+BookKeeper is a replicated log service which can be used to build "replicated
state machines":http://en.wikipedia.org/wiki/State_machine_replication. A log
contains a sequence of events which can be applied to a "state
machine":http://en.wikipedia.org/wiki/Finite-state_machine. BookKeeper
guarantees that each replica state machine will see all the same entries, in
the same order.
h2. Eh? What good is that to me?
@@ -28,11 +28,11 @@ A database can be seen as a state machin
This approach can be applied to many types of distributed systems, such as
messaging systems, coordination systems, filesystems, etc.
-h2. What Bookkeeper is not?
+h2. What BookKeeper is not?
-Bookkeeper has nothing to do with application/error/trace logging. There are
"already":http://logging.apache.org/log4j/2.x/ "many":http://www.slf4j.org/
"projects":http://logback.qos.ch/ dedicated to that problem.
+BookKeeper has nothing to do with application/error/trace logging. There are
"already":http://logging.apache.org/log4j/2.x/ "many":http://www.slf4j.org/
"projects":http://logback.qos.ch/ dedicated to that problem.
-Bookkeeper does not provide leader election. You'll need to use something like
"Zookeeper":http://zookeeper.apache.org for that.
+BookKeeper does not provide leader election. You'll need to use something like
"Zookeeper":http://zookeeper.apache.org for that.
h2. How about Hedwig?