Skip to content

Commit

Permalink
Add top-level README
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Aug 20, 2024
1 parent b2d92f4 commit 1dab9fd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/design/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Design docs

This directory contains design documentation for Tessera.

It's probably wise to start with the [philosophy](philosophy.md]) doc first in order to provide
the context around the approach and design trade-offs made herein.

## Storage

Tessera supports multiple backend storage implementations, each of these has an associated
"one-pager" design doc:

* [GCP](storage_gcp.md)
* [MySQL](storage_mysql.md)
* [POSIX filesystem](storage_posix.md)

0 comments on commit 1dab9fd

Please sign in to comment.