Skip to content

Commit 62d8bdc

Browse files
authored
Merge pull request #23789 Better surfacing of Scala support via Scio.
2 parents d4142f7 + 930c4d2 commit 62d8bdc

4 files changed

Lines changed: 42 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
type: languages
3+
title: "Apache Beam Scala SDK"
4+
---
5+
<!--
6+
Licensed under the Apache License, Version 2.0 (the "License");
7+
you may not use this file except in compliance with the License.
8+
You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
-->
18+
# Apache Beam Scala SDK
19+
20+
The official SDK for writing Beam Pipelines in Scala is [Scio](https://spotify.github.io/scio/).
21+
22+
## Scio
23+
24+
Scio is a Scala API for Apache Beam and Google Cloud Dataflow inspired by Apache Spark and Scalding.
25+
Scio aims to be a thin wrapper on top of Beam while offering idiomatic Scala style API.
26+
27+
28+
Learn more about Scio [here](https://spotify.github.io/scio/).

website/www/site/data/pipelines.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
- title: Go
2020
image_url: /images/logos/sdks/go_pipelines.png
2121
url: /documentation/sdks/go/
22+
- title: Scala
23+
image_url: /images/logos/sdks/scala_pipeline.png
24+
url: /documentation/sdks/scala/
2225
- title: SQL
2326
image_url: /images/logos/sdks/sql_pipelines.png
2427
url: /documentation/dsls/sql/overview/

website/www/site/layouts/partials/section-menu/en/sdks.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@
6060
</ul>
6161
</li>
6262

63+
<li>
64+
<span class="section-nav-list-title">Scala</span>
65+
<ul class="section-nav-list">
66+
<li><a href="/documentation/sdks/scala/">Scio</a></li>
67+
<li><a href="https://spotify.github.io/scio/api/com/spotify/scio/index.html" target="_blank">Scio SDK API reference <img src="/images/external-link-icon.png"
68+
width="14" height="14"
69+
alt="External link."></a>
70+
</li>
71+
</ul>
72+
</li>
73+
6374
<li>
6475
<span class="section-nav-list-title">SQL</span>
6576
<ul class="section-nav-list">
15 KB
Loading

0 commit comments

Comments
 (0)