From e7ce59615b2243bd9bf5efeb5442be5487e13c28 Mon Sep 17 00:00:00 2001 From: John Shahid Date: Mon, 30 Sep 2013 15:17:50 -0400 Subject: [PATCH] combine the coordinator and the consensus pieces. --- README.md | 52 ++++++++++++++++++++++++---------------------------- 1 file changed, 24 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 76119e7eff..dcf8928c87 100644 --- a/README.md +++ b/README.md @@ -35,26 +35,30 @@ Modules ------- - +--------------------+ +--------------------+ +--------------------+ - | | | | | | - | WebConsole/docs | | Http API | | Lang. Bindings | - | | | | | | - +------------------+-+ +-+------------------+ +----+---------------+ - | | | - | | | - +-+-------+-------+ | - | +------------------+ - | Query Engine | - | | - +-----------------+---+ - | | - | Processing Engine | - | | - +---------------------+ - | | - +----+ Coordinator +---------+ - | | | | - | +---------------------+ | + +--------------------+ +--------------------+ + | | | | + | WebConsole/docs | | Http API | + | | | | + +------------------+-+ +-+------------------+ + | | + | | + +-----+-------+-----------+ + | | + | Lang. Bindings | + | | + +-----------------+ | + | | | + | Query Engine | | + | | | + +-----------------+-------+ + | | + | Processing Engine | + | | + +-------------------------+ + | | + +----+ Coordinator (consensus) +-----+ + | | | | + | +-------------------------+ | | | | | +--------+-----------+ +-------+------------+ @@ -62,11 +66,3 @@ Modules | Storage Engine | | Storage Engine | | | | | +--------+-----------+ +-------+------------+ - | | - | | - | +---------------------+ | - | | | | - +----+ Consensus Engine +---------+ - | | - +---------------------+ -