Hazelcast On Kubernetes Made Fairly Easy by Neil Stevenson — Sep 17, 2018 An step-by-step example to running Hazelcast on Kubernetes, the classic “Hello World” style beginners introduction. The sample includes instructions and... Read More
Session Analysis for an Online Shop by Neil Stevenson — Jul 18, 2018 In this example. we’ll look at doing some analytics on an online shop to gain insights into customer behaviour. Background... Read More
Times Table with JCache 1.1 by Neil Stevenson — Feb 20, 2018 An example showing Hazelcast support for JCache 1.1. As a maintenance release to the JSR 107 Java Caching Specification, JCache... Read More
Hazelcast for Go Getters by Neil Stevenson — Jan 24, 2018 Know “Go” but don’t know about “Hazelcast” ? Know “Hazelcast” but don’t know about “Go” ? This tutorial gets you... Read More
Projections, Joins and Partition Awareness by Neil Stevenson — Nov 29, 2017 This example shows some of the newer features of querying, a way that joins can be achieved, and shows the... Read More
Priority Queueing Using the SPI by Neil Stevenson — Nov 8, 2017 Hazelcast provides distributed queues, an implementation of java.util.concurrent.BlockingQueue. However, an implementation of java.util.concurrent.PriorityBlockingQueue is not yet provided. In this example,... Read More
Fraud Detection near-cache example by Neil Stevenson — Oct 11, 2017 An example demonstrating how a near-cache configuration option can be added to an existing application to improve performance. Performance increases,... Read More
Tricolor: Multiple classloaders, multiple Hazelcasts, multiple loggers and multiple colours — all in the one JVM by Neil Stevenson — May 22, 2017 Why? The normal deployment is for a JVM to contain a single Hazelcast instance, a client or a server. This... Read More
Step Away From The Database by Neil Stevenson — Dec 13, 2016 A step-by-step example of how to introduce Hazelcast into an existing database backed application. The example here takes a Spring... Read More
Spring Boot: Hazelcast for Session Replication by Neil Stevenson — Oct 13, 2016 NOTE: This is an older version of an updated blog. This article contains outdated information. In an earlier blog post,... Read More