Skip to content

Commit

Permalink
Make recommendations clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchinson committed Nov 28, 2024
1 parent b2c76ac commit cbc4fc7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,13 @@ When writing your Tessera personality, the biggest decision you need to make fir
* [POSIX](./storage/posix/)

Each of these implementations has a very similar API, but they have different characteristics.
The easiest implementations to scale are the cloud implementations: GCP and AWS.
The easiest implementations to operate and to scale are the cloud implementations: GCP and AWS.
One of these is the recommended choice for the majority of users.

If you aren't using a cloud provider, then your options are MySQL and POSIX.
MySQL is the recommended choice for the majority of users.
However, for logs that are infrequently updated, POSIX is a very lightweight choice, especially if you already serve static files as part of your business.
POSIX is the more niche choice, intended to be lightweight and for logs that are infrequently updated.
If you already serve static files as part of your business this could be a good fit.
If you are more used to operating user-facing code backed by a RDBMS, then MySQL will be a natural fit.

#### Setup

Expand Down

0 comments on commit cbc4fc7

Please sign in to comment.