Skip to content

Releases: tosun-si/midgard

v0.18.0

02 Jun 09:30
Compare
Choose a tag to compare

This release upgrade the Apache Beam version to 2.47.0.

v0.17.0

14 Apr 11:59
Compare
Choose a tag to compare

This release upgrade the Apache Beam version to 2.46.0.

v0.16.0

25 Feb 22:23
Compare
Choose a tag to compare

This release upgrade the Apache Beam version to 2.45.0.

v0.15.0

01 Feb 11:03
Compare
Choose a tag to compare

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.