Skip to content

Commit

Permalink
Add support status for drivers
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Antonio Osorio <[email protected]>
  • Loading branch information
JAORMX committed Nov 17, 2022
1 parent ce1fe29 commit 1c3aa9b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/Feature_Implementation_Matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ The Log storage implementations supporting the original Trillian log.
| Spanner | GA || Google internal-only, see CloudSpanner for external use. |
| CloudSpanner | Beta | | Google maintains continuous-integration environment based on CloudSpanner. |
| MySQL | GA || |
| CockroachDB | Alpha | | Supported by [Equinix Metal](https://deploy.equinix.com/). |

##### Spanner
This is a Google-internal implementation, and is used by all of Google's current Trillian deployments.
Expand All @@ -79,6 +80,12 @@ It's currently in production use by at least one CT log operator.

Write throughput of 4-500 entries/s has been observed.

##### CockroachDB

This implementation has been tested with CockroachDB 22.1.10.

It's currently in alpha mode and is not yet in production use.

### Monitoring

Supported monitoring frameworks, allowing for production monitoring and alerting.
Expand Down Expand Up @@ -107,6 +114,7 @@ Supported frameworks for quota management.
| etcd | GA || |
| MySQL | Beta | ? | |
| Redis | Alpha || |
| CockroachDB | Alpha | | Supported by [Equinix Metal](https://deploy.equinix.com/). |

### Key management

Expand Down

0 comments on commit 1c3aa9b

Please sign in to comment.