Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove skylog experimental folder #2297

Merged
merged 2 commits into from
Jan 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions docs/Feature_Implementation_Matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ The status of features is listed as one of:
| | Status | Deployed in production | Notes |
|:--- | :---: | :---: |:--- |
| Log V1 | GA | ✓ | |
| Log V2 (Skylog) | In development | | [#1674](https://github.com/google/trillian/issues/1674) |
| Map | Alpha | | |
| Log-Backed-Map | In development | | |

Expand All @@ -44,7 +43,7 @@ This is feature complete, and is actively used in production by multiple CT log
### Trillian Log V2 (Skylog)

Skylog is an append-only log with considerably higher throughput and lower integration latency than the v1 log.
It currently exists only in prototype form, but is being developed.
It currently exists as internal prototype.

### Trillian Map

Expand Down Expand Up @@ -107,19 +106,6 @@ Write throughput of 4-500 entries/s has been observed.
The postgres implementation is currently under development, and is not ready for use.



#### V2 log storage

New _Skylog_ capable storage implementations.

| Storage | Status | Deployed in prod | Notes |
|:--- | :---: | :---: |:--- |
| Spanner | NI | | |
| CloudSpanner | In dev. | | [#1674](https://github.com/google/trillian/issues/1674) |
| MySQL | NI | | |
| Postgres | NI | | |


#### Map storage

Storage implementations which support Trillian's Map mode.
Expand Down
10 changes: 0 additions & 10 deletions skylog/README.md

This file was deleted.

68 changes: 0 additions & 68 deletions skylog/core/builder.go

This file was deleted.

91 changes: 0 additions & 91 deletions skylog/core/builder_test.go

This file was deleted.

57 changes: 0 additions & 57 deletions skylog/storage/api.go

This file was deleted.

10 changes: 0 additions & 10 deletions skylog/storage/gcp/cloudfunc/go.mod

This file was deleted.

Loading