diff options
-rw-r--r-- | doc/design.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/design.txt b/doc/design.txt index 98e8501..9007cb8 100644 --- a/doc/design.txt +++ b/doc/design.txt @@ -2,3 +2,10 @@ catlfish design (in Emacs -*- org -*- mode) This document describes the design of catlfish, an implementation of a Certificate Transparency (RFC6962) log. + +We have + +- a db storing data (persistently) and replicating r/o copies to n + secondary nodes +- 1 primary node writing the hash tree to the r/w db +- n secondary nodes reading from local r/o db |