Skip to content

Commit 3bb8219

Browse files
authored
Add decision tree to README (#491)
* add diagram * removezip
1 parent f8bc753 commit 3bb8219

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,21 @@ and to explore non-cloud-native deloyments. We welcome feedback on these and
208208
requests for additional backend implementations. If you have any,
209209
[come and talk to us](#wave-contact)!
210210

211+
### Which platform should I use?
212+
213+
```mermaid
214+
graph TD
215+
A[Are you already running on:] --> B{GCP?}
216+
B -- Yes --> C[<a href="https://github.com/transparency-dev/tesseract/blob/main/docs/architecture.md#google-cloud-platform-gcp">Use TesseraCT for GCP</a>]
217+
B -- No --> D{AWS?}
218+
D -- Yes --> E[<a href="https://github.com/transparency-dev/tesseract/blob/main/docs/architecture.md#amazon-web-services-aws">Use TesseraCT for AWS</aws>]
219+
D -- No --> F{On-prem with S3 & MySQL?}
220+
F -- Yes --> G[<a href="https://github.com/transparency-dev/tesseract/blob/main/docs/architecture.md#vanilla-s3mysql">Use TesseraCT for Vanilla S3+MySQL</a>]
221+
F -- No --> H[<a href="https://github.com/transparency-dev/tesseract/blob/main/docs/architecture.md#posix-filesystems">Use TesseraCT for POSIX</a>]
222+
G -- I cannot --> I
223+
H -- I cannot --> I[<a href="https://github.com/transparency-dev/tesseract/blob/main/README.md#wave-contact">Get in touch</a>]
224+
```
225+
211226
## :troll: History
212227

213228
TesseraCT is the successor to [Trillian's CTFE](https://github.com/google/certificate-transparency-go/tree/master/trillian/ctfe).

0 commit comments

Comments
 (0)