Skip to content

Commit

Permalink
improve main readme (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
phbnf authored Dec 4, 2024
1 parent 19e302b commit 7fe185e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,10 @@ Take a look at the example personalities in the `/cmd/` directory:
- This example runs an HTTP web server that takes arbitrary data and adds it to a file-based log.
- [mysql](./cmd/conformance/mysql/): example of operating a log that uses MySQL
- This example is easiest deployed via `docker compose`, which allows for easy setup and teardown.
- [gcp](./cmd/conformance/gcp/): example of operating a log running in GCP
- This example can be deployed via terraform (see the [deployment](./deployment/) directory).
- [gcp](./cmd/conformance/gcp/): example of operating a log running in GCP.
- This example can be deployed via terraform, see the [deployment instructions](./deployment/live/gcp/conformance#manual-deployment).
- [aws](./cmd/conformance/aws/): example of operating a log running on AWS.
- This example can be deployed via terraform, see the [deployment instructions](./deployment/live/aws/codelab#aws-codelab-deployment).
- [posix-oneshot](./cmd/examples/posix-oneshot/): example of a command line tool to add entries to a log stored on the local filesystem
- This example is not a long-lived process; running the command integrates entries into the log which lives only as files.

Expand Down

0 comments on commit 7fe185e

Please sign in to comment.