by Neil Stevenson / Sep 3, 2019 Running Apache Beam on Hazelcast Jet In June 2019, we announced the inclusion of Hazelcast Jet as a runner for Apache Beam. Now it’s time for an...
by Neil Stevenson / May 2, 2019 Calculation in Hazelcast Cloud This is an example showing one way you might connect to Hazelcast Cloud, and how you can harness its power...
by Neil Stevenson / Mar 20, 2019 Hello JSON, Hello YAML and Goodbye XML! This is an example showing the use of YAML configuration, and populating a Hazelcast grid with data in JSON format...
by Neil Stevenson / Feb 20, 2018 Times Table with JCache 1.1 An example showing Hazelcast support for JCache 1.1. As a maintenance release to the JSR 107 Java Caching Specification, JCache...
by Neil Stevenson / Jan 24, 2018 Hazelcast for Go Getters Know “Go” but don’t know about “Hazelcast” ? Know “Hazelcast” but don’t know about “Go” ? This tutorial gets you...
by Neil Stevenson / Nov 29, 2017 Projections, Joins and Partition Awareness This example shows some of the newer features of querying, a way that joins can be achieved, and shows the...
by Neil Stevenson / Nov 8, 2017 Priority Queueing Using the SPI 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,...
by Neil Stevenson / Oct 11, 2017 Fraud Detection near-cache example An example demonstrating how a near-cache configuration option can be added to an existing application to improve performance. Performance increases,...