Announcing Hazelcast Jet 0.6

We are happy to announce the release of Hazelcast Jet 0.6! This version brings many new improvements which I will try to squeeze into this blog post.

Improved Streaming Support for the Pipeline API

With 0.5, Jet introduced a new high-level API called Pipelines which offered a convenient way to do distributed data processing using a powerful and expressive DSL. With 0.6, this API is now overhauled and extended to support a more complete set of features, including full streaming support with windowing. Previously, stateful streaming operations such as windowing were only possible to do using the core API. An example of a streaming job which uses windowing and uses a map event journal as the source is given below: https://goo.gl/YNUcoV #DataIntegration #ML