Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
cleaned up the storage examples
  • Loading branch information
shortishly authored Jan 7, 2025
1 parent a153692 commit cf789f4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,12 @@ message produced will be validated against `person.proto` (protobuf) or `person.
If there is no schema associated with the topic, then this option has no effect.
More details are [here](docs/schema-registry.md).

The `storage-engine` parameter is a URL defining the storage being used by Tansu:
The `storage-engine` parameter is a URL defining the storage being used by Tansu,
some examples:

- s3://tansu/ would use the "tansu" S3 bucket for storage
- postgres://postgres:postgres@localhost would use PostgreSQL for storage
- memory://tansu/ for ephemeral environments using memory for storage
- s3://tansu/
- postgres://postgres:postgres@localhost
- memory://tansu/

### s3

Expand Down

0 comments on commit cf789f4

Please # to comment.