Search code examples
hazelcast

Which part of Hazelcast is free?


I want to use Hazelcast in one of my projects (proprietary, commercial product). I'm having troubles with understanding Hazelcast license and pricing model. Which parts of it a can use free of charge?


Solution

  • If you look at the chart referenced below, everything in orange is part of the Open Source (free) product. The legend to the chart labels this as professional support, indicating there is support available for purchase for all of the open source portion of Hazelcast IMDG, but it is all free to use.

    EDIT: I can no longer find the referenced chart on the website, but it is on the first page of this datasheet: https://hazelcast.com/resources/hazelcast-product-datasheet/

    Essentially, just about everything a developer needs to build working software is open-source; the enterprise version adds things that a DevOps engineer may want to have for production deployments - disaster recovery (via WAN Replication), SSL encryption, Rolling Upgrades and Blue-Green deployments to eliminate downtime when upgrading software, etc.