From d739b994538abee9bdf9eeed5a0b313fa7637df5 Mon Sep 17 00:00:00 2001 From: Andrea Cisternino Date: Tue, 5 Aug 2014 08:59:54 +0200 Subject: [PATCH] Added Hazelcast. Hazelcast is an high-performance distributed implementation of the most important Java collections. Operation performed on an Hazelcast collection are automatically replicated across a cluster simplifying the development of distributed applications. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e46f6b6..3c07de6 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ * [Hystrix](https://github.com/Netflix/Hystrix) - Latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable. * [JGroups](http://www.jgroups.org/) - Toolkit for reliable messaging and creating clusters whose nodes can send messages to each other. * [Apache ZooKeeper](http://zookeeper.apache.org/) - Coordination service with distributed configuration, synchronization, and naming registry for large distributed systems. +* [Hazelcast](http://hazelcast.org/) - Distributed and highly scalable data distribution platform for Java. ## Distribution