Download Now

Ref Card

Hazelcast Jet Pipeline API

Reading Time: 3 minutes

Hazelcast Jet provides distributed stream processing capability for Java applications. The concept of a Jet pipeline is a natural generalization of a Java 8 stream and uses familiar concepts such as map, filter and reduce. Java programmers with exposure to Java 8 streams will be able to use Jet to quickly and easily add distributed, real-time processing to their applications without needing to rearchitect.