Big Data/Hazelcast

From Wikiversity
Jump to navigation Jump to search

Hazelcast is a distributed data grid. There exists no master node. In order to avoid data loss, the data is backuped on at least another node. Hazelcast provides distributed data structures from which the map and the queue might be persisted, e.g., in Cassandra or HBase.

References[edit | edit source]