blog
2019/04/25
Apache Beam + Kotlin = ❤️Harshit Dwivedi [@harshithdwivedi]
Apache Beam samples are now available in Kotlin!
If you are someone who’s been working with Java in your professional career; there’s a good chance that you’ve also heard of Kotlin, which is an Open Sourced, statically typed language for JVM and is mostly being favoured by Android Developers due to the many myriad features which enable more concise and cleaner code than Java without sacrificing performance or safety.
It gives us an immense pleasure to announce that we are also taking a step ahead in the same direction and releasing the samples for the Beam SDK in Kotlin alongside Java!
(Note : At the time of writing this post, only the WordCount samples have been added in Koltin with more samples underway)
Code Snippets
Here are few brief snippets of code that show how the Kotlin Samples compare to Java
Java
Kotlin
Java
Kotlin
Java
Kotlin
Java
Kotlin
Contributors Welcomed!
While we’re still adding more samples and streamlining the current ones, we would love to have your feedback on the code snippets. You can find them over here : https://github.com/apache/beam/tree/master/examples/kotlin
If you are using Kotlin with Apache Beam already; we would very much appreciate if you went ahead and help us convert the existing samples from Java into Koltin.
Thank you, and we are looking forward to feedback from you!