Hazelcast IMDG vs Hazelcast Jet

1.1k Views Asked by At

I'm using Hazelcast IMDG in my application.

I heard that Hazelcast Jet provides fast data processing than Hazelcast IMDG.

If Yes.

Is Hazelcast Jet is open source?

Hazelcast Jet provides all the functionality which is available Hazelcast IMDG?

2

There are 2 best solutions below

2
On BEST ANSWER

Hazelcast Jet is open source?

Yes, it is open source.

Hazelcast jet is build on top of Hazelcast IMDG.

If you want to do stream processing or batch processing in real time you should go with jet. In case you need shared(Distributed) cache go with Hazelcast IMDG.

0
On

Yes, it's open-source. You can use all of the functionality of Hazelcast from Jet, using JetInstance.getHazelcastInstance().