diff --git a/README.md b/README.md index 6b571a14..6aac2635 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,21 @@ 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? + +```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).