

Hazelcast
16 likes
Hazelcast is an in-memory Open Source data grid based on Java. By having multiple nodes form a cluster, data is evenly distributed among the nodes. This allows for horizontal scalability both in terms of available storage space and processing power.
Cost / License
- Free
- Open Source
Platforms
- Mac
- Windows
- Linux
Features
- Data stream processing
- Database Management Tool
- Distributed
Tags
- in-memory-computing
- Data Analysis
- Cache
- storage-system
- Database
- in-memory-data-grid
- data-grid
- dbms
- key-value
- NoSQL
- imdb
Hazelcast News & Activities
Highlights All activities
Recent activities
Hazelcast information
What is Hazelcast?
Hazelcast is an in-memory Open Source data grid based on Java. By having multiple nodes form a cluster, data is evenly distributed among the nodes. This allows for horizontal scalability both in terms of available storage space and processing power. Backups are also distributed in a similar fashion to other nodes, based on configuration, thereby protecting against single node failure.





Comments and Reviews
I remember using hazelcast a few years ago when it first showed up. It was great, you still needed to perform some heavy lifting but you could basically implement a headless cluster with the opensource library. This included encrypting the node to node communication and implementing any security model you wanted. Fast-forward four years and there's almost nothing you can do without the enterprise license. When you take some basic features from previous versions, such as security and replication, and wrap them up up behind a pay wall is that still opensource? Maybe I just missed when they started out they were putting out into the world something that could be readily built upon. I guess the need to get those per node and per GB license fees was too much.