From e133a4d7939d71423d44eca1ff302bdcd929ecef Mon Sep 17 00:00:00 2001 From: Philippe Boneff Date: Fri, 1 Aug 2025 14:24:52 +0000 Subject: [PATCH 1/2] add diagram --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 6b571a14..141c56fb 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,27 @@ and to explore non-cloud-native deloyments. We welcome feedback on these and requests for additional backend implementations. If you have any, [come and talk to us](#wave-contact)! +### Which platform should I use? + +
+ +Click to reveal a decision tree to follow. + +```mermaid +graph TD + A[Are you already running on:] --> B{GCP?} + B -- Yes --> C[Use TesseraCT for GCP] + B -- No --> D{AWS?} + D -- Yes --> E[Use TesseraCT for AWS] + D -- No --> F{On-prem with S3 & MySQL?} + F -- Yes --> G[Use TesseraCT for Vanilla S3+MySQL] + F -- No --> H[Use TesseraCT for POSIX] + G -- I cannot --> I + H -- I cannot --> I[Get in touch] +``` + +
+ ## :troll: History TesseraCT is the successor to [Trillian's CTFE](https://github.com/google/certificate-transparency-go/tree/master/trillian/ctfe). From 759f8e2d808f7c9114fe756ea1398a3d3fff2203 Mon Sep 17 00:00:00 2001 From: Philippe Boneff Date: Fri, 1 Aug 2025 15:30:22 +0000 Subject: [PATCH 2/2] removezip --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 141c56fb..6aac2635 100644 --- a/README.md +++ b/README.md @@ -201,10 +201,6 @@ requests for additional backend implementations. If you have any, ### Which platform should I use? -
- -Click to reveal a decision tree to follow. - ```mermaid graph TD A[Are you already running on:] --> B{GCP?} @@ -218,8 +214,6 @@ graph TD H -- I cannot --> I[Get in touch] ``` -
- ## :troll: History TesseraCT is the successor to [Trillian's CTFE](https://github.com/google/certificate-transparency-go/tree/master/trillian/ctfe).