Apache Beam starter repo for Go

Clone this repo:
  1. ccefb68 Bump github.com/apache/beam/sdks/v2 from 2.55.1 to 2.56.0 (#37) by dependabot[bot] · 7 days ago main
  2. 5f95b8d Bump golang.org/x/net from 0.21.0 to 0.23.0 (#36) by dependabot[bot] · 3 weeks ago
  3. 9f3fcb2 Bump github.com/apache/beam/sdks/v2 from 2.55.0 to 2.55.1 (#35) by dependabot[bot] · 4 weeks ago
  4. d70bc7d Bump github.com/docker/docker (#34) by dependabot[bot] · 6 weeks ago
  5. 0d19ba4 Bump github.com/apache/beam/sdks/v2 from 2.54.0 to 2.55.0 (#33) by dependabot[bot] · 6 weeks ago

Apache Beam starter for Go

If you want to clone this repository to start your own project, you can choose the license you prefer and feel free to delete anything related to the license you are dropping. See also https://beam.apache.org/get-started/quickstart/go/ for additional instructions for this quickstart.

Before you begin

Make sure you have a Go development environment ready. If you don't, you can follow the instructions in the Download and install page.

Running the pipeline

Running your pipeline in Go is as easy as running the script file directly.

# You can run the script file directly.
go run main.go

# To run passing command line arguments.
go run main.go --input-text="🎉"

# To run the tests.
go test ./...

Using other runners

To keep this template small, it only includes the Direct Runner.

For a comparison of what each runner currently supports, look at the Beam Capability Matrix.

To add a new runner, visit the runner's page for instructions on how to include it.

Contributing

Thank you for your interest in contributing! All contributions are welcome! 🎉🎊

Please refer to the CONTRIBUTING.md file for more information.

License

This software is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE for details.