hazelcast The Hazelcast Incubator When Hazelcast [http://www.hazelcast.com] started as a pure open source project in 2008, there was one guys, Talip Ozturk, with an amazing vision: A simple, powerful, scalable Distributed Map. Ever since
apache2 snowcast - Hazelcast Client and the snowcast logo snowcast In December I started a new project called snowcast. Arisen from the need in one of my own private projects I decided to open source this part of the work. snowcast is
apache2 snowcast - like christmas in the distributed Hazelcast world snowcast is an auto-configuration, distributed, scalable ID generator on top of Hazelcast [http://www.hazelcast.org]. Since snowcast is not an official Hazelcast project, Hazelcast will not offer any kind of commercial support
hazelcast nginx - Stateless Loadbalancer - Balance your load on nginx without proxying the request Today I want to show how you can use nginx [http://nginx.org/] to build your own stateless loadbalancer which just redirects your requests to random servers. It does neither support sticky sessions
java Hazelcast MapReduce on GPU (APRIL'S FOOL!) APRIL'S FOOL: Sorry that I have to admit it was just an April's Fool. The interesting fact btw is that when I first came up with the idea it sounded like totally implausible
castmapr Writing a Hazelcast / CastMapR MapReduce Task in Java Hazelcast is a distributed In-Memory-Datagrid written in Java. In addition to the internal features like EntryProcessors and queries you can write MapReduce tasks using the CastMapR projects which adds MapReduce capabilities on top
hazelcast CastMapR - The Hazelcast 3 MapReduce Framework A few days ago while porting our current system to Hazelcast 3 Snapshots I finally decided to start a MapReduce implementation for Hazelcast which I was missing for a long time. Whereas there