Skip to content

mmziyad/beam-scala-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beam-scala-examples

Apache Beam provides Java and Python SDKs for writing the pipelines. For writing beam pipelines in scala, there are two options available at this time.

  1. Use Scio, a scala API for Beam, close to that of Spark and Scalding core APIs. This API is still not part of Apache Beam, and often lags behind the official Beam releases.

  2. Use the Beam Java SDK in scala applications. This repo shows you how to use the Java API in your scala code.

Wordcount Examples

The examples shown in this repo are same as that of the Java wordcount examples in Beam Example Pipelines. In order to understand the concepts, first go through the code & documentation here and then refer to the scala code for the same examples in this repo.

License

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

About

Scala examples for using Apache Beam Java API (2.1.0)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages