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

Introduce AWS Getting Started and better steer users to GCP resources #368

Merged
merged 1 commit into from
Dec 4, 2024
Merged
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
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
Loading