This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit 20b1fcd22feb807b8b67c483ad1e47a69cecd549 Author: Robert Bradshaw <[email protected]> AuthorDate: Thu Jan 11 13:32:33 2018 -0800 Add link to Scio (Scala) interface. --- src/get-started/beam-overview.md | 2 ++ src/images/logos/sdks/scala.png | Bin 0 -> 2295 bytes 2 files changed, 2 insertions(+) diff --git a/src/get-started/beam-overview.md b/src/get-started/beam-overview.md index 3fe733e..5bf6f19 100644 --- a/src/get-started/beam-overview.md +++ b/src/get-started/beam-overview.md @@ -23,6 +23,8 @@ Beam currently supports the following language-specific SDKs: * Java  * Python  +A Scala  interface is also available as [Scio](https://github.com/spotify/scio). + ## Apache Beam Pipeline Runners The Beam Pipeline Runners translate the data processing pipeline you define with your Beam program into the API compatible with the distributed processing back-end of your choice. When you run your Beam program, you'll need to specify an [appropriate runner]({{ site.baseurl }}/documentation/runners/capability-matrix) for the back-end where you want to execute your pipeline. diff --git a/src/images/logos/sdks/scala.png b/src/images/logos/sdks/scala.png new file mode 100644 index 0000000..d73aca3 Binary files /dev/null and b/src/images/logos/sdks/scala.png differ -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
