You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,6 +208,21 @@ and to explore non-cloud-native deloyments. We welcome feedback on these and
208
208
requests for additional backend implementations. If you have any,
209
209
[come and talk to us](#wave-contact)!
210
210
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
+
211
226
## :troll: History
212
227
213
228
TesseraCT is the successor to [Trillian's CTFE](https://github.com/google/certificate-transparency-go/tree/master/trillian/ctfe).
0 commit comments