Skip to content

v0.15.0

Compare
Choose a tag to compare
@tosun-si tosun-si released this 01 Feb 11:03
· 16 commits to main since this release

It's the first release of the project.
Because Beam ❤️ Kotlin, we created a new open source library called Midgard to :

  • Have more concise and expressive code
  • Remove Beam boilerplate code
  • Propose more Functional Programming style

This library proposes some extensions on Beam PCollection DoFn and IO Connectors

Behind the scene Kotlin extensions are used, the main advantage of this technic is adding behaviours and methods to an existing structure without affecting it.