diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-03-21 13:55:56 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-03-21 13:55:56 +0100 |
commit | c5094dae44887bd108cf797272bf627a80761070 (patch) | |
tree | 451652056575ca33d6330ac2a60161c1c1a20769 /doc/design.txt | |
parent | fc91136080140daf6fad6a7213d90c4cc9181aa2 (diff) |
A tiny bit more text on design.
Diffstat (limited to 'doc/design.txt')
-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 |